1
1
Fork 0

tweaked output of vncconnect

This commit is contained in:
david 2012-06-19 20:30:38 +02:00
parent d4d5692e83
commit 1908a8cc8c
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ if [ -z $1 ]; then
exit 1
else
hostname=$1
echo "digging ssh tunnel to $hostname"; sleep 1
ssh $hostname -L 8900/localhost/5901 "sleep 05 && exit" &
sleep 02
vncviewer localhost:8900