Putty SSH Tunnelling: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
   Source port: 53682
   Source port: 53682
   Destination: 127.0.0.1:53682
   Destination: 127.0.0.1:53682
   Then, click "Add". You will get:
   Then, click "Add".


3. Click "Open" (at the bottom)
3. Click "Open" (at the bottom)
   Provide your userid and password.
   Provide your userid and password.


Now you've build up the forward port connection, same as command line:
Now you've built up the forward port connection, just same as using the command line:
ssh user@login.anunna.wur.nl -L53682:127.0.0.1:53682
ssh user@login.anunna.wur.nl -L53682:127.0.0.1:53682

Revision as of 13:39, 4 June 2024

1. Category -> Session:

 Fill HostName (or IP address) and Port:
 login.anunna.wur.nl      Port: 22

2. Category -> SSH -> Tunnels:

 Source port: 53682
 Destination: 127.0.0.1:53682
 Then, click "Add".

3. Click "Open" (at the bottom)

 Provide your userid and password.

Now you've built up the forward port connection, just same as using the command line: ssh user@login.anunna.wur.nl -L53682:127.0.0.1:53682