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.
This commit is contained in:
parent
9ee419ebc5
commit
cd40153e8a
1 changed files with 3 additions and 3 deletions
|
|
@ -7,6 +7,9 @@ Host *
|
|||
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
|
||||
|
||||
|
|
@ -14,9 +17,6 @@ Host faui2hg
|
|||
HostName faui2hg.informatik.uni-erlangen.de
|
||||
User est_tpreisner
|
||||
|
||||
Host faui* !faui2hg*
|
||||
HostName %h.informatik.uni-erlangen.de
|
||||
|
||||
Match Host faui*
|
||||
User ty28wuqu
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue