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.h
Now, from my local machine before connecting to the first server,
I do ssh-add which adds my identity. Then I connect to the first
remote server fine but still fails to connect to the second
remote server.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http:
Brian Wilson ds.net> writes:
>
> You have your local computer connected to a second computer and want to go
> fro
> the second machine to a third machine (if I understand this). The connection
> from the local machine to the second machine works; but the connection from
> the second to the
You have your local computer connected to a second computer and want to go fro
the second machine to a third machine (if I understand this). The connection
from the local machine to the second machine works; but the connection from
the second to the third does not work.
You need to set up an s
I need to ssh to a server and from there jump to another server.
I created a public key and gave it to the administrator to install it on their
side.
I successfully connect to the first server but once in there, I cannot
connect to the next server, I always get 'Permission denied'.
My colle
5 matches
Mail list logo