From 9262e07826ba5eebf8423f7ac9e47ec488c47869 Mon Sep 17 00:00:00 2001 From: "sobrado@openbsd.org" Date: Sat, 20 Feb 2016 23:02:39 +0000 Subject: upstream commit add missing ~/.ssh/id_ecdsa and ~/.ssh/id_ed25519 to IdentityFile. ok djm@ Upstream-ID: 6ce99466312e4ae7708017c3665e3edb976f70cf --- ssh_config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3