ssh: add common config for all connections

This commit is contained in:
Thomas Preisner 2016-12-12 17:13:55 +01:00
parent f41044a1d5
commit 74599afa02

View file

@ -1,3 +1,8 @@
# Rules for all connections
Host *
AddKeysToAgent confirm
ForwardAgent no
Host 0?? 0??? Host 0?? 0???
HostName faui%h.informatik.uni-erlangen.de HostName faui%h.informatik.uni-erlangen.de
@ -26,3 +31,10 @@ Host irc
Host server Host server
HostName tpreisner.de HostName tpreisner.de
User root User root
# use if they havent been defined yet:
Host *
Compression yes
# IdentitiesOnly yes
TCPKeepAlive yes
UpdateHostKeys ask