From 060254591b9d49704d5da23e8242c19d3dad227b Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Mon, 25 Oct 2021 10:20:27 +0200 Subject: [PATCH] use local key for local vm --- .ssh/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ssh/config b/.ssh/config index 8eb0797..40039b9 100644 --- a/.ssh/config +++ b/.ssh/config @@ -92,7 +92,9 @@ Host gitea.auro.re Host ubuntusnap Hostname 192.168.56.3 User histausse + IdentityFile ~/.ssh/id_local Host centossnap Hostname 192.168.56.4 User histausse + IdentityFile ~/.ssh/id_local