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'.
This commit is contained in:
Thomas Preisner 2018-04-29 01:16:41 +02:00
parent d5f8c19e7d
commit 5f5f66636c

View file

@ -23,7 +23,6 @@ Host ircbox
Host irc Host irc
HostName tpreisner.de HostName tpreisner.de
User weechat User weechat
IdentityFile ~/.ssh/irc_rsa
Host server Host server
HostName tpreisner.de HostName tpreisner.de