diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2019-02-04 03:39:42 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2019-02-04 05:01:38 +0100 |
commit | cac302a4b42a988e54d32eb254b29b79b648dbf5 (patch) | |
tree | e2fc00c43b693d4f80091a689bfb42d503634c36 /ssh_config | |
parent | upstream: Save connection timeout and restore for 2nd and (diff) | |
download | openssh-cac302a4b42a988e54d32eb254b29b79b648dbf5.tar.xz openssh-cac302a4b42a988e54d32eb254b29b79b648dbf5.zip |
upstream: Remove obsolete "Protocol" from commented out examples. Patch
from samy.mahmoudi at gmail com.
OpenBSD-Commit-ID: 16aede33dae299725a03abdac5dcb4d73f5d0cbf
Diffstat (limited to 'ssh_config')
-rw-r--r-- | ssh_config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh_config b/ssh_config index c12f5ef52..5e8ef548b 100644 --- a/ssh_config +++ b/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 @@ -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 ~ |