May 9, 2017

REMOTE C/C++ through gateways using Eclipse

Eclipse Neon + toolkits(CDT , RSE-Remote System Explorer,  PTP-Parllel Tools Platform components)

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 22'
On "local"...

$ ssh -t user@gateway 'ssh user@remote'

No comments:

Post a Comment

Followers