diff options
author | Damien Miller <djm@mindrot.org> | 2000-04-19 16:26:12 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-04-19 16:26:12 +1000 |
commit | 8bb73be04e3e38be582c4b3843c765aab74017c2 (patch) | |
tree | 2050fbf49e4e94a9cef9bbe557787298111eb886 /ssh_config | |
parent | 71795160ee9dbf15633b2c27679df62c11f79aaa (diff) | |
download | openssh-git-8bb73be04e3e38be582c4b3843c765aab74017c2.tar.gz |
- OpenBSD CVS updates
[channels.c]
- fix pr 1196, listen_port and port_to_connect interchanged
[scp.c]
- after completion, replace the progress bar ETA counter with a final
elapsed time; my idea, aaron wrote the patch
[ssh_config sshd_config]
- show 'Protocol' as an example, ok markus@
[sshd.c]
- missing xfree()
- Add missing header to bsd-misc.c
Diffstat (limited to 'ssh_config')
-rw-r--r-- | ssh_config | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ # StrictHostKeyChecking no # IdentityFile ~/.ssh/identity # Port 22 +# Protocol 2,1 # Cipher blowfish # EscapeChar ~ |