Skip to content

Add support for ssh arguments in config file#65

Open
crass wants to merge 1 commit intomasc3d:masterfrom
crass:config-ssh-options
Open

Add support for ssh arguments in config file#65
crass wants to merge 1 commit intomasc3d:masterfrom
crass:config-ssh-options

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.

2 participants