Jumping Through an SSH JumpServer To Access Hosts In a Private Network
SSH bastion host is useful to jump through a proxy or firewall to reach hosts in a private network.

The SSH protocol has a very useful feature called a jump server, or bastion host, which allows an SSH client to connect to other hosts through an SSH server. For example, you might…