You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config => set to true to load the default OpenSSH config files (~/.ssh/config, /etc/ssh_config), or to false to not load them, or to a file-name (or array of file-names) to load those specific configuration files. Defaults to true.
Could we set it to true and optionally turn it off (current behavior) via an option flag? I don't think in most cases it would be a breaking change to respect the ssh_config file, but we could release a major version bump and document the change?
In my case it would be easier to have it default to true than having to change all the existing beaker usage specifically to turn it on via a new option flag.
The text was updated successfully, but these errors were encountered:
I would definitely make it configurable but not change the default.
Beaker does a lot under the hood to ensure a clean connection to managed host clusters without interruption from outside sources. IMO the only time it should be set by default if you're targeting a non-manged host.
Current code has an unexpected behavior:
https://github.com/voxpupuli/beaker/blob/master/lib/beaker/options/presets.rb#L197-L198
NET:SSH documentation sets it to true by default
https://net-ssh.github.io/net-ssh/classes/Net/SSH.html#method-c-start states
Could we set it to true and optionally turn it off (current behavior) via an option flag? I don't think in most cases it would be a breaking change to respect the ssh_config file, but we could release a major version bump and document the change?
In my case it would be easier to have it default to true than having to change all the existing beaker usage specifically to turn it on via a new option flag.
The text was updated successfully, but these errors were encountered: