I have two servers
Server1 -> Static IP1
Server2 -> Static IP2
Server2
's firewall allows access only from Static IP1
I can connect to Server1
via ssh from anywhere.
How can I connect to Server2
from my PC which is behind a dynamic IP via ssh in one step instead of connecting via ssh to Server1
and then doing another ssh to Server2
from within Server1
s shell.