Skip to content

Instantly share code, notes, and snippets.

@mortymacs
mortymacs / proxy-jump-ssh-connection.md
Last active March 28, 2018 01:53
Proxy Jump in SSH Connections

Create config file for ssh (my.conf):

Host Server1
    User root
    HostName 192.168.100.10
Host Server2
    User root
    HostName 192.168.100.5
Host Server3
 User root