You are not logged in.
example:
You want to access from Linux client with IP 138.47.99.99
Destination (masked ip) <- |NAT| <- Source (138.47.99.99)
destinationuser@destinationdomain$ screen
destinationuser@destinationdomain$ ssh 2222:localhost:22 <sourceuser>@138.47.99.99 (address of the source domain)
sourceuser@sourcedomain$ ssh destinationuser@localhost -p 2222
Password: (typed in the password)then get some stuff about authentication failure
this works fine as long as ssh is not executed within a screen session (omit line 1 of the code block above). why is that?
TIA
Offline