ssh: add common config for all connections
This commit is contained in:
parent
f41044a1d5
commit
74599afa02
1 changed files with 12 additions and 0 deletions
12
ssh/config
12
ssh/config
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue