ProxyJump
Last modified on July 24, 2026 • 1 min read • 57 wordsSince OpenSSH 7.3, it has been much easier to connect from the outside to Linux computers inside the UH network.

Since OpenSSH 7.3, it has been much easier to connect from the outside to Linux computers inside the UH network. With older ssh versions, you needed to use a complicated “ProxyCommand”, but now it is straightforward:
ssh -J username@markka.it.helsinki.fi username@workpc.pc.helsinki.fiIf you have the same username on both your work and home computers, you can skip the username.