dotfiles/ssh/config

46 lines
808 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
ProxyJump ty28wuqu@i4lab1.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
Host pi
HostName wg.tpreisner.de
# dynamic ip behind hostname would cause warnings
CheckHostIP no
# use if they havent been defined yet:
Host *
Compression yes
ForwardAgent no