ProxyJump (ssh) 🐬

setup a bastion to access your network securely.

# Config

ProxyJump can be added to ~/.ssh/config, whith the benefits of allowing Nemo to use it.

Host bastion
    HostName bastion.example.com
    User alice

Host internal-server
    HostName 10.0.1.42
    User bob
    ProxyJump bastion
Written on July 3, 2026, Last update on
ssh network-security