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) |
- 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
diff --git a/ssh_config b/ssh_config index 6e732a22e..b71ff6588 100644 --- a/ssh_config +++ b/ssh_config | |||
@@ -26,6 +26,7 @@ | |||
26 | # StrictHostKeyChecking no | 26 | # StrictHostKeyChecking no |
27 | # IdentityFile ~/.ssh/identity | 27 | # IdentityFile ~/.ssh/identity |
28 | # Port 22 | 28 | # Port 22 |
29 | # Protocol 2,1 | ||
29 | # Cipher blowfish | 30 | # Cipher blowfish |
30 | # EscapeChar ~ | 31 | # EscapeChar ~ |
31 | 32 | ||