-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* update log output to indicate intentions moving forward * if we have failed to read the ssh_config file, ignore it entirely * add defensive code path that dies if for some reason even this fails * added this to prevent double warnings in case of missing file * allow for sshcfg to be nil, which implies no ssh_config found * update keypath configuration to allow for nil sshcfg * update HostName configuration to allow for nil sshcfg * update StrictHostKeyChecking to allow for nil sshcfg * update UserKnownHostsFile to allow for nil sshcfg * update HostKeyAlgorithms to allow for nil sshcfg * remove ProxyCommand from main codepath - while still warning of use * update ProxyJump config to allow for nil sshcfg * update user config to allow for nil sshcfg while also simplifying the code would previously get the current user (current execution's context) whereas the cfg.User value already takes the ConnectionURI's set username which should be sufficient as a default value check. * fix spelling mistake * why commit once when twice would suffice
- Loading branch information
Showing
1 changed file
with
62 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters