run ping w/ sudo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user