summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2016-02-20 23:06:24 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2016-02-20 23:06:24 +0000
commit87aa2c1e58724539aa6c765f81d63ce6b2042794 (patch)
tree5df5ffcb931f6ba136fff88bc08cb915fd4343d4
parent39f28f0bf198715dfb953859b0c12a6e01f21007 (diff)
set ssh(1) protocol version to 2 only.
ok djm@
-rw-r--r--usr.bin/ssh/ssh_config4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh_config b/usr.bin/ssh/ssh_config
index 6139064a62a..0bfa8e01671 100644
--- a/usr.bin/ssh/ssh_config
+++ b/usr.bin/ssh/ssh_config
@@ -1,4 +1,4 @@
-# $OpenBSD: ssh_config,v 1.29 2016/02/20 23:02:39 sobrado Exp $
+# $OpenBSD: ssh_config,v 1.30 2016/02/20 23:06:23 sobrado Exp $
# This is the ssh client system-wide configuration file. See
# ssh_config(5) for more information. This file provides defaults for
@@ -35,7 +35,7 @@
# IdentityFile ~/.ssh/id_ecdsa
# IdentityFile ~/.ssh/id_ed25519
# Port 22
-# Protocol 2,1
+# Protocol 2
# Cipher 3des
# Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
# MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160