Putty SSH Tunnelling: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
   Fill HostName (or IP address) and Port:
   Fill HostName (or IP address) and Port:
   login.anunna.wur.nl      Port: 22
   login.anunna.wur.nl      Port: 22
   [https://wiki.anunna.wur.nl/index.php/File:Putty_ssh_tunnelling_1.png]
   [[File:Putty_ssh_tunnelling_1.png | 512px]]


2. Category -> SSH -> Tunnels:  
2. Category -> SSH -> Tunnels:  
Line 8: Line 8:
   Destination: 127.0.0.1:53682
   Destination: 127.0.0.1:53682
   Then click "Add", you should get:
   Then click "Add", you should get:
[https://wiki.anunna.wur.nl/index.php/File:Putty_ssh_tunnelling_2.png]
  [[File:Putty_ssh_tunnelling_1.png | 512px]]


3. Click "Open" (at the bottom)
3. Click "Open" (at the bottom)

Revision as of 14:37, 4 June 2024

1. Category -> Session:

 Fill HostName (or IP address) and Port:
 login.anunna.wur.nl      Port: 22
 Putty ssh tunnelling 1.png

2. Category -> SSH -> Tunnels:

 Source port: 53682
 Destination: 127.0.0.1:53682
 Then click "Add", you should get:
 Putty ssh tunnelling 1.png

3. Click "Open" (at the bottom)

 Provide your userid and password to connect to the HPC.

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