ssh tunneling and keys - how to...

Antoniette maglez@btinternet.com
Tue Sep 4 16:11:00 GMT 2012


Solved.

I needed to force some parameters to make it work.

Connect to the first server...

ssh -A -2 readonlyuser@firstserver -i ".ssh/id_rsa" (path to your private key)

...now connect to the second server...

ssh readonlyuser@secondserver


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list