From 76d70edf9bfb92bc605bd47aaf5946ba98ecde47 Mon Sep 17 00:00:00 2001 From: "Todd T. Fries" Date: Mon, 17 Apr 2000 13:46:54 +0000 Subject: show 'Protocol' as an example, ok markus@ --- usr.bin/ssh/ssh_config | 1 + usr.bin/ssh/sshd_config | 1 + 2 files changed, 2 insertions(+) (limited to 'usr.bin') diff --git a/usr.bin/ssh/ssh_config b/usr.bin/ssh/ssh_config index 9fb064deb96..6ecb0efde3f 100644 --- a/usr.bin/ssh/ssh_config +++ b/usr.bin/ssh/ssh_config @@ -26,5 +26,6 @@ # StrictHostKeyChecking no # IdentityFile ~/.ssh/identity # Port 22 +# Protocol 2,1 # Cipher blowfish # EscapeChar ~ diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index 0d403842077..0366ee48542 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/sshd_config @@ -1,6 +1,7 @@ # This is ssh server systemwide configuration file. Port 22 +#Protocol 2,1 #ListenAddress 0.0.0.0 #ListenAddress :: HostKey /etc/ssh_host_key -- cgit v1.2.3