Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
doku:vpn_ssh_access [2022/11/04 10:47] – [Parameters in .ssh/config] goldenbergdoku:vpn_ssh_access [2024/02/16 11:23] – Jump host (-J) instead of agent forwarding (-A) mpfister
Line 57: Line 57:
 </code> </code>
  
-=== Forwarding the ssh-agent over multiple servers === +=== Using a jump host === 
-If the machine to which one wants to login is reachable only over one or several hops in between, the ssh-agent of the local machine can be forwarded to the machines in between using the '-Aoption of the 'ssh' command. Prerequisite is that on all remote hosts the public key has been added to the 'authorized_keys' file as described above. For example, a connection to VSC-over the 'login.univie.ac.at' machine would look like this :+It is also possible to use SSH keys if the machine to which one wants to login is reachable only over one or several hops in between. To do thisuse the command ''-J'' to specify the jump host. Prerequisite is that on all remote hosts the public key has been added to the ''authorized_keys'' file as described above. For example, a connection to VSC-over the ''login.univie.ac.at'' machine would look like this :
 <code> <code>
-user@host:~$ ssh -p27 -X --<uni_username>@login.univie.ac.at ssh -p27 -X <vsc_username>@vsc4.vsc.ac.at+user@host:~$ ssh -p27 -X --<uni_username>@login.univie.ac.at <vsc_username>@vsc5.vsc.ac.at
 </code> </code>
  
  • doku/vpn_ssh_access.txt
  • Last modified: 2024/05/02 09:54
  • by jz