summaryrefslogtreecommitdiff
path: root/ssh_config
diff options
context:
space:
mode:
authorsobrado@openbsd.org <sobrado@openbsd.org>2016-02-20 23:02:39 +0000
committerDamien Miller <djm@mindrot.org>2016-02-23 12:44:19 +1100
commit9262e07826ba5eebf8423f7ac9e47ec488c47869 (patch)
tree8529f095c78b19ce47bf68a9dc30e45ed2556120 /ssh_config
parentc12f0fdce8f985fca8d71829fd64c5b89dc777f5 (diff)
downloadopenssh-git-9262e07826ba5eebf8423f7ac9e47ec488c47869.tar.gz
upstream commit
add missing ~/.ssh/id_ecdsa and ~/.ssh/id_ed25519 to IdentityFile. ok djm@ Upstream-ID: 6ce99466312e4ae7708017c3665e3edb976f70cf
Diffstat (limited to 'ssh_config')
-rw-r--r--ssh_config4
1 files changed, 3 insertions, 1 deletions
diff --git a/ssh_config b/ssh_config
index 03a228fb..a7518239 100644
--- a/ssh_config
+++ b/ssh_config
@@ -1,4 +1,4 @@
-# $OpenBSD: ssh_config,v 1.28 2013/09/16 11:35:43 sthen Exp $
+# $OpenBSD: ssh_config,v 1.29 2016/02/20 23:02:39 sobrado Exp $
# This is the ssh client system-wide configuration file. See
# ssh_config(5) for more information. This file provides defaults for
@@ -34,6 +34,8 @@
# IdentityFile ~/.ssh/identity
# IdentityFile ~/.ssh/id_rsa
# IdentityFile ~/.ssh/id_dsa
+# IdentityFile ~/.ssh/id_ecdsa
+# IdentityFile ~/.ssh/id_ed25519
# Port 22
# Protocol 2,1
# Cipher 3des