See May 11 post for complete setup!
http://janaxelson.com/eclipse1.htm
connecting from a gateway:
https://www.cyberciti.biz/faq/linux-unix-ssh-proxycommand-passing-through-one-host-gateway-server/
-----------------------------------------------------------------------------------
-tt uxxal@exxxxxl.gov ssh -tt uxxa@nxxxxxxx.gov
Another way:
On your "gateway"...
vi ~/.ssh/config
Host remote
ProxyCommand ssh -C gateway '/usr/bin/nc
On "local"...
$ ssh -t user@gateway 'ssh user@remote'
No comments:
Post a Comment