dotfiles/ssh/config
Thomas Preisner 5f5f66636c 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'.
2018-04-29 01:16:41 +02:00

38 lines
607 B
Text

# vim: ft=sshconfig
# Rules for all connections
Host *
AddKeysToAgent confirm
ForwardAgent no
Host 0?? 0???
HostName faui%h.informatik.uni-erlangen.de
Host faui0? faui0??
HostName %h.informatik.uni-erlangen.de
Host man? man?? big?
HostName faui49%h.informatik.uni-erlangen.de
Match Host faui*
User ty28wuqu
Host ircbox
HostName ircbox.informatik.uni-erlangen.de
User ty28wuqu
Host irc
HostName tpreisner.de
User weechat
Host server
HostName tpreisner.de
User root
Host steep
Hostname steep.cs.fau.de
User preisi
Port 17
# use if they havent been defined yet:
Host *
Compression yes