diff options
author | 2000-04-17 13:46:53 +0000 | |
---|---|---|
committer | 2000-04-17 13:46:53 +0000 | |
commit | 5d5c64a5d21ca193041c85b4633b2357203d7d8f (patch) | |
tree | 99df252293fcd5f4219893e1b7cc063b48dd7eb0 | |
parent | missing xfree() (diff) | |
download | wireguard-openbsd-5d5c64a5d21ca193041c85b4633b2357203d7d8f.tar.xz wireguard-openbsd-5d5c64a5d21ca193041c85b4633b2357203d7d8f.zip |
show 'Protocol' as an example, ok markus@
-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 |