From b12c2df5d210aad2695e8265cb604f3286662343 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 2 Sep 2015 18:15:53 +0300 Subject: [PATCH] ssh config: remove IdentityFile It's more bother than it's worth in my use. --- .mikaela/ssh/config | 3 --- 1 file changed, 3 deletions(-) diff --git a/.mikaela/ssh/config b/.mikaela/ssh/config index e59647dc..bf086172 100644 --- a/.mikaela/ssh/config +++ b/.mikaela/ssh/config @@ -16,9 +16,6 @@ Host * # Ensure KnownHosts are unreadable if leaked. HashKnownHosts yes - # SSH key to use - IdentityFile ~/.ssh/Mikaela_Suomalainen - LogLevel VERBOSE Protocol 2