From 89f1104e1bf4336ca375d4bfb7996535189b39cf Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sat, 29 Jun 2019 18:16:42 +0200 Subject: [PATCH] Removed ssh config option for using single identity file --- .ssh/config | 1 - 1 file changed, 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index 51afb7b..7d3d331 100644 --- a/.ssh/config +++ b/.ssh/config @@ -9,7 +9,6 @@ Host * AddKeysToAgent yes IgnoreUnknown UseKeychain UseKeychain yes - IdentityFile ~/.ssh/id_rsa Host apollo HostName 10.0.0.102