ssh: config: allow agent forwarding for faui*
This commit is contained in:
parent
30918bab6d
commit
f8fb7185c5
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
# Rules for all connections
|
# Rules for all connections
|
||||||
Host *
|
Host *
|
||||||
AddKeysToAgent confirm
|
AddKeysToAgent confirm
|
||||||
ForwardAgent no
|
|
||||||
|
|
||||||
Host 0?? 0???
|
Host 0?? 0???
|
||||||
HostName faui%h.informatik.uni-erlangen.de
|
HostName faui%h.informatik.uni-erlangen.de
|
||||||
|
|
@ -15,6 +14,7 @@ Host man? man?? big?
|
||||||
|
|
||||||
Match Host faui*
|
Match Host faui*
|
||||||
User ty28wuqu
|
User ty28wuqu
|
||||||
|
ForwardAgent yes
|
||||||
|
|
||||||
Host ircbox
|
Host ircbox
|
||||||
HostName ircbox.informatik.uni-erlangen.de
|
HostName ircbox.informatik.uni-erlangen.de
|
||||||
|
|
@ -36,3 +36,4 @@ Host steep
|
||||||
# use if they havent been defined yet:
|
# use if they havent been defined yet:
|
||||||
Host *
|
Host *
|
||||||
Compression yes
|
Compression yes
|
||||||
|
ForwardAgent no
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue