From 5d5c64a5d21ca193041c85b4633b2357203d7d8f Mon Sep 17 00:00:00 2001 From: todd Date: Mon, 17 Apr 2000 13:46:53 +0000 Subject: [PATCH] show 'Protocol' as an example, ok markus@ --- usr.bin/ssh/ssh_config | 1 + usr.bin/ssh/sshd_config | 1 + 2 files changed, 2 insertions(+) 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 -- 2.20.1