update1907213

This commit is contained in:
stubbfel
2013-07-19 19:20:58 +02:00
parent 4fa08fbce5
commit fab5d1d95d

5
stubbfelpiproxywan.sh Executable file
View 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