From: todd Date: Mon, 17 Apr 2000 13:46:53 +0000 (+0000) Subject: show 'Protocol' as an example, ok markus@ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5d5c64a5d21ca193041c85b4633b2357203d7d8f;p=openbsd show 'Protocol' as an example, ok markus@ --- 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