Sto cercando di aprire un tunnel con putty su un paio di porte. Quando
clicco su "add", mi compare la scritta: "you need to specify a
destination address in the form host.name:port". Ora... dove cavolo è il
form???? E poi, che ci devo mettere? L'ip del pc richiedente? Poi,
poichè sullamia macchina remota il tunnel sia effettivo. mi devo loggare
come root?
Ciao e grazie!!
*Trovato*!!!!
ere's a full walkthrough, enable tunnelling via PuTTY over SSH:
Download/install PuTTY on the local computer, and also the vncviewer.
Launch PuTTY. The opening window should have the Session option. Click on
the SSH radio button. In the Host Name (or IP address) field, enter the IP
address of the remote computer.
For the sake of argument, let's assume that the IP address is
123.456.789.123.
Choose Tunnels suboption in the SSH option.
In the Source port field, enter some arbitrary port number, e.g. 4901.
In the Destination field, enter the IP address of your remote computer and
the port, e.g. 123.456.789.123:5901.
The unix version of vnc uses the port 5900 + display number, so the
first display number is 5901 usually.
The format of the destination is the IP address, colon, port number, as
given in the example above. Make sure local is selected with the radio
button at the bottom.
Now click on the Add button.
Go back and click on the Session option, and save this session so you
won't have to re-enter all the information.
Click on the Open button at the bottom of the window, and you'll be able
to connect to your home computer.
Enter the user name (case sensitive) and the password of your
user account (or passphrase for RSA/DSA keyusers)
If everything is fine, you'll be connected to your remote computer.
Now launch vncviewer on the local computer and enter localhost:4901 and
click the OK button.
If you're not prompted for the password for vnc, then either you're not
running vncserver on your remote computer or some information was
incorrectly entered in PuTTY setting.
Good luck.
Spero sia utile a qualcuno!!!!