|
|
2010-12-03
, 09:56
|
|
Posts: 433 |
Thanked: 274 times |
Joined on Jan 2010
|
#2
|
hello,
Is it possible to make a remote desktop connection via a socks 5 proxy on the n900
#!/bin/sh echo "start ssh" /usr/bin/osso-xterm 'ssh -p myPort -D myDyn myAccount@xxx.xxx.xxx.xxx' & echo "sleep" sleep 15 echo "start rdesktop" /usr/bin/osso-xterm 'tsocks rdesktop -a 8 -f -u myUser -p myPassword -r disk:N900=/home/user/MyDocs -d myDomain yyy.yyy.yyy.yyy' & echo "after rdesktop exit"
| The Following 2 Users Say Thank You to Pigro For This Useful Post: | ||
|
|
2010-12-03
, 13:33
|
|
Posts: 11 |
Thanked: 0 times |
Joined on Oct 2010
|
#3
|
Is it possible to make a remote desktop connection via a socks 5 proxy on the n900