]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Remove obsolete "Protocol" from commented out examples. Patch
authordtucker@openbsd.org <dtucker@openbsd.org>
Mon, 4 Feb 2019 02:39:42 +0000 (02:39 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 4 Feb 2019 04:01:38 +0000 (15:01 +1100)
from samy.mahmoudi at gmail com.

OpenBSD-Commit-ID: 16aede33dae299725a03abdac5dcb4d73f5d0cbf

ssh_config

index c12f5ef52f48b7490eab3fe9bad4d5c701932994..5e8ef548bb50296beb3e7ddb4c6037fcb65d8594 100644 (file)
@@ -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
@@ -34,7 +34,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 ~