diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2000-04-17 13:46:54 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2000-04-17 13:46:54 +0000 |
commit | 76d70edf9bfb92bc605bd47aaf5946ba98ecde47 (patch) | |
tree | 0e3d2919d84f8716b8aa49e40080e138f929cb39 /usr.bin | |
parent | a9aa28e98b013c85a2971b4c8825759052b099eb (diff) |
show 'Protocol' as an example, ok markus@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh_config | 1 | ||||
-rw-r--r-- | usr.bin/ssh/sshd_config | 1 |
2 files changed, 2 insertions, 0 deletions
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 |