diff options
author | 2019-02-04 02:39:42 +0000 | |
---|---|---|
committer | 2019-02-04 02:39:42 +0000 | |
commit | 475e40bbad895c5414f8bba3bf18714cf685b623 (patch) | |
tree | bba8f99d7a3c2806c3ac61a12a731f2077c87624 | |
parent | let tun read AF_MPLS packets from userland. (diff) | |
download | wireguard-openbsd-475e40bbad895c5414f8bba3bf18714cf685b623.tar.xz wireguard-openbsd-475e40bbad895c5414f8bba3bf18714cf685b623.zip |
Remove obsolete "Protocol" from commented out examples.
Patch from samy.mahmoudi at gmail com.
-rw-r--r-- | usr.bin/ssh/ssh_config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh_config b/usr.bin/ssh/ssh_config index cceda919013..40f9d3924f1 100644 --- a/usr.bin/ssh/ssh_config +++ b/usr.bin/ssh/ssh_config @@ -1,4 +1,4 @@ -# $OpenBSD: ssh_config,v 1.33 2017/05/07 23:12:57 djm Exp $ +# $OpenBSD: ssh_config,v 1.34 2019/02/04 02:39:42 dtucker Exp $ # This is the ssh client system-wide configuration file. See # ssh_config(5) for more information. This file provides defaults for @@ -32,7 +32,6 @@ # IdentityFile ~/.ssh/id_ecdsa # IdentityFile ~/.ssh/id_ed25519 # Port 22 -# Protocol 2 # Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc # MACs hmac-md5,hmac-sha1,umac-64@openssh.com # EscapeChar ~ |