User Tools

Site Tools


ssh:tipsandtricks

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
ssh:tipsandtricks [2024/09/27 08:16] – [Example 1] jansenssh:tipsandtricks [2025/05/20 08:25] (current) – [Example 3] jansen
Line 48: Line 48:
 <code bash> <code bash>
 ssh -o ProxyJump="username@ssh.strw.leidenuniv.nl" username@SERVER.strw.leidenuniv.nl ssh -o ProxyJump="username@ssh.strw.leidenuniv.nl" username@SERVER.strw.leidenuniv.nl
 +</code>
 +or if your ssh client has the ''-J'' option:
 +<code bash>
 +ssh -J username@ssh.strw.leidenuniv.nl username@SERVER.strw.leidenuniv.nl
 </code> </code>
 +
  
 And in the ''.ssh/config'' file: And in the ''.ssh/config'' file:
ssh/tipsandtricks.1727425005.txt.gz · Last modified: by jansen