update1907213
This commit is contained in:
5
stubbfelpiproxywan.sh
Executable file
5
stubbfelpiproxywan.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
curl http://www-user.tu-cottbus.de/~stubbfel/echoRemoteAdress.php?server=stubbfelpi > ~/bin/stubbfelpi.json;
|
||||
IP=`jshon -e ip < ~/bin/stubbfelpi.json | tr -d '"'`;
|
||||
echo $IP;
|
||||
~/bin/sshproxy.sh localhost:4711 ssh@$IP
|
||||
Reference in New Issue
Block a user