SSH Pseudo terminals
Posted on Thu 17 January 2013 in misc
There is always so much more to SSH than I know about. Here is another discovery I made today. This allows me to ssh into a machine via a gateway in just one command care of the -t flag
ssh -t agatewaymachine.com "ssh 192.168.1.253"