Add support for AddressFamily and ConnectTimeout in the .ssh/config when using --remote-ssh-config.

This commit is contained in:
Miguel Jacq 2026-01-16 10:58:39 +11:00
parent 478b0e1b9d
commit 1856e3a79d
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
5 changed files with 66 additions and 3 deletions

View file

@ -1,3 +1,7 @@
# 0.4.3
* Add support for AddressFamily and ConnectTimeout in the .ssh/config when using `--remote-ssh-config`.
# 0.4.2
* Support `--remote-ssh-config [path-to-ssh-config]` as an argument in case extra params are required beyond `--remote-port` or `--remote-user`. Note: `--remote-host` must still be set, but it can be an 'alias' represented by the 'Host' value in the ssh config.