summaryrefslogtreecommitdiff
path: root/ssh_config
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2019-02-04 02:39:42 +0000
committerDarren Tucker <dtucker@dtucker.net>2019-02-04 15:01:38 +1100
commitcac302a4b42a988e54d32eb254b29b79b648dbf5 (patch)
treee2fc00c43b693d4f80091a689bfb42d503634c36 /ssh_config
parent483b3b638500fd498b4b529356e5a0e18cf76891 (diff)
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_config3
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 @@
1# $OpenBSD: ssh_config,v 1.33 2017/05/07 23:12:57 djm Exp $ 1# $OpenBSD: ssh_config,v 1.34 2019/02/04 02:39:42 dtucker Exp $
2 2
3# This is the ssh client system-wide configuration file. See 3# This is the ssh client system-wide configuration file. See
4# ssh_config(5) for more information. This file provides defaults for 4# ssh_config(5) for more information. This file provides defaults for
@@ -34,7 +34,6 @@
34# IdentityFile ~/.ssh/id_ecdsa 34# IdentityFile ~/.ssh/id_ecdsa
35# IdentityFile ~/.ssh/id_ed25519 35# IdentityFile ~/.ssh/id_ed25519
36# Port 22 36# Port 22
37# Protocol 2
38# Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc 37# Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc
39# MACs hmac-md5,hmac-sha1,umac-64@openssh.com 38# MACs hmac-md5,hmac-sha1,umac-64@openssh.com
40# EscapeChar ~ 39# EscapeChar ~