show 'Protocol' as an example, ok markus@
authortodd <todd@openbsd.org>
Mon, 17 Apr 2000 13:46:53 +0000 (13:46 +0000)
committertodd <todd@openbsd.org>
Mon, 17 Apr 2000 13:46:53 +0000 (13:46 +0000)
usr.bin/ssh/ssh_config
usr.bin/ssh/sshd_config

index 9fb064d..6ecb0ef 100644 (file)
@@ -26,5 +26,6 @@
 #   StrictHostKeyChecking no
 #   IdentityFile ~/.ssh/identity
 #   Port 22
+#   Protocol 2,1
 #   Cipher blowfish
 #   EscapeChar ~
index 0d40384..0366ee4 100644 (file)
@@ -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