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:
parent
d5f8c19e7d
commit
5f5f66636c
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ Host ircbox
|
|||
Host irc
|
||||
HostName tpreisner.de
|
||||
User weechat
|
||||
IdentityFile ~/.ssh/irc_rsa
|
||||
|
||||
Host server
|
||||
HostName tpreisner.de
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue