Differences

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

Link to this comparison view

Both sides previous revision Previous revision
doku:vpn_ssh_access [2024/02/16 11:26]
mpfister Update TU Wien links
doku:vpn_ssh_access [2024/02/16 11:39] (current)
mpfister Jump host in ssh configuration file
Line 68: Line 68:
  
 <code> <code>
-Host vsc4.vsc.ac.at vsc4+Host vsc5.vsc.ac.at vsc5
   Port 27   Port 27
 +  User vsc_username
 #  ForwardAgent yes #  ForwardAgent yes
   IdentityFile id_rsa   IdentityFile id_rsa
   IdentitiesOnly yes   IdentitiesOnly yes
 #  ForwardX11 yes #  ForwardX11 yes
 +</code>
 +
 +=== Using a jump host ===
 +A configuration for automatically using a jump host could look like this:
 +
 +<code>
 +Host vsc5.vsc.ac.at vsc5
 +  User vsc_username
 +  ProxyJump login.univie.ac.at
 +
 +Host login.univie.ac.at
 +  User uni_username
 </code> </code>
  
  • doku/vpn_ssh_access.txt
  • Last modified: 2024/02/16 11:39
  • by mpfister