From 5f5f66636c71660cdbec2415c8d63765fe9d4667 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Sun, 29 Apr 2018 01:16:41 +0200 Subject: [PATCH] ssh: config: remove extra ssh key requirement for irc host Using the standard ssh key on every host is most likely enough. IRC does not need to be that 'secure'. --- ssh/config | 1 - 1 file changed, 1 deletion(-) diff --git a/ssh/config b/ssh/config index 362a981..3ab99df 100644 --- a/ssh/config +++ b/ssh/config @@ -23,7 +23,6 @@ Host ircbox Host irc HostName tpreisner.de User weechat - IdentityFile ~/.ssh/irc_rsa Host server HostName tpreisner.de