This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
ssh:tipsandtricks [2024/09/27 08:16] – [Example 1] jansen | ssh:tipsandtricks [2025/05/20 08:25] (current) – [Example 3] jansen | ||
---|---|---|---|
Line 48: | Line 48: | ||
<code bash> | <code bash> | ||
ssh -o ProxyJump=" | ssh -o ProxyJump=" | ||
+ | </ | ||
+ | or if your ssh client has the '' | ||
+ | <code bash> | ||
+ | ssh -J username@ssh.strw.leidenuniv.nl username@SERVER.strw.leidenuniv.nl | ||
</ | </ | ||
+ | |||
And in the '' | And in the '' |