40 lines
652 B
Text
40 lines
652 B
Text
# vim: ft=sshconfig
|
|
# Rules for all connections
|
|
Host *
|
|
AddKeysToAgent confirm
|
|
|
|
Host 0?? 0???
|
|
HostName faui%h.informatik.uni-erlangen.de
|
|
ForwardAgent yes
|
|
|
|
Host faui0? faui0?? faui0???
|
|
HostName %h.informatik.uni-erlangen.de
|
|
ForwardAgent yes
|
|
|
|
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
|
|
ForwardAgent no
|