Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow using current-running username for SSH connection #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

christoph-heiss
Copy link

Hi!

tl;dr adds the possibility to set ssh.user = null, which when uses the $USER enviroment variable the username to connect as.
This is e.g. very useful for infrastructure that multiple people should be able to deploy, using their own, local username.

$USER is normally for all user session on any *nix system, set by the login shell/ssh/sudo/etc.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant