[go: nahoru, domu]

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

Add support for ssh arguments in config file #65

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

Conversation

crass
Copy link
Contributor
@crass crass commented Apr 9, 2021

This PR allows giving arbitrary options to ssh by specifying them in the ssh-options config file option. If this option is not specified the default options -o ServerAliveInterval=5 -o ServerAliveCountMax=3 will be used (as is currently the case). Primarily I wanted this to allow specifying an alternate ssh config file and identity files.

@masc3d
Copy link
Owner
masc3d commented Apr 29, 2021

yes, that's a good one. the reason it's not implemented is ssh-options should be complementary. meaning even when ssh-options is specified, defaults should still be added, except specifically overridden (imho?)

which makes it (a bit) more complicated

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.

None yet

2 participants