dotfiles/ssh/config
Thomas Preisner cd40153e8a ssh: config: fix fau hostname matching
If the full fqdn was entered ".informatik.uni-erlangen.de" was appended
again. To fix this not every hostname should be matched anymore.
2018-04-29 00:42:47 +02:00

43 lines
715 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
Host faui2hg
HostName faui2hg.informatik.uni-erlangen.de
User est_tpreisner
Match Host faui*
User ty28wuqu
Host ircbox
HostName ircbox.informatik.uni-erlangen.de
User ty28wuqu
Host irc
HostName tpreisner.de
User weechat
IdentityFile ~/.ssh/irc_rsa
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