From cd40153e8a94f4c2b76bc40fbdea44b99a422f7e Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Sun, 29 Apr 2018 00:42:47 +0200 Subject: [PATCH] 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. --- ssh/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ssh/config b/ssh/config index 8e74558..2107deb 100644 --- a/ssh/config +++ b/ssh/config @@ -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