diff --git a/ssh/.ssh/scalene-config b/ssh/.ssh/scalene-config index a96ec9a..758e131 100644 --- a/ssh/.ssh/scalene-config +++ b/ssh/.ssh/scalene-config @@ -1,5 +1,5 @@ # local network -> local port -Match Host tuulikki.scalene.net exec "ping -c 1 192.168.101.1 -W 1 -q" +Match Host tuulikki.scalene.net exec "sudo ping -c 1 -W 1 -q 192.168.101.1" User jswank Port 22 @@ -8,7 +8,7 @@ Host tuulikki.scalene.net Port 22022 # local network -> local port -Match Host tonttu.scalene.net exec "ping -c 1 192.168.101.1 -W 1 -q" +Match Host tonttu.scalene.net exec "sudo ping -c 1 -W 1 -q 192.168.101.1" User jswank Port 22 @@ -20,6 +20,6 @@ Host www.scalene.net User scalene Port 22022 -Match Host git.scalene.net exec "ping -c 1 192.168.101.1 -W 1 -q" +Match Host git.scalene.net exec "sudo ping -c 1 -W 1 -q 192.168.101.1" User jswank Hostname tonttu.scalene.net