From 4d683b998e6969719b0e396b1ee82c820d1e9264 Mon Sep 17 00:00:00 2001 From: Julien Escario Date: Mon, 12 Oct 2020 10:12:58 +0200 Subject: [PATCH] Changed path to fallback RSA key (soon to be deprecated) --- ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/config b/ssh/config index 751dfab..dbf002a 100644 --- a/ssh/config +++ b/ssh/config @@ -3,4 +3,4 @@ Host * PubkeyAcceptedKeyTypes=+ssh-dss IdentityFile ~/.ssh/id_ecdsa-cert.pub IdentityFile ~/.ssh/id_rsa-cert.pub - IdentityFile ~/Altinea/Production/Security/altinea + IdentityFile /altinea