At my company, In order to SSH into anything, I first have to SSH into an intermediary server like so:
([email protected]) ssh intermediary.server.com
([email protected]) ssh application.server.com
([email protected]) this is the command prompt I want to be at
I would like to make a bash alias, so that I can run a single command on my local machine and get dropped into the desired machine's "command prompt".
Is this possible?