SSH via Jump Server in One Step
Its common to use bastion/bounce/jump machine to access machines in a separate security zone.
I have been doing it in two steps so far:
ssh into bastion-machine with agent authentication forwarding
ssh -A <user>@<bastion-machine>
then from bastio...
arunvelsriram.dev1 min read