| Issue 231: | SSH connection doesn't work through port forwarding | |
| Back to list |
Reported by Shawn Pearce <sop@google.com> on Tue Jun 23 10:35:04 PDT 2009
Source: JIRA GERRIT-232
Affected Version: 2.0.15
Setup a port forwarding in ~/.ssh/config, e.g.:
Host s
Hostname external.example.com
LocalForward 29419 internal-gerrit.example.com:29418
Open the forwarding connection:
ssh s
And in another terminal, try to connect to Gerrit through the forwarding:
ssh -p 29419 localhost
This appears to block and never complete the authentication steps, based on
ssh -vvvv output. It may be related to problems with reverse lookup of the
client... which to Gerrit is the external.example.com proxy host, and not the
end-user's system.
Sep 24, 2009
#1
code-rev...@gtempaccount.com
Sep 24, 2009
Comment by Shawn Pearce <sop@google.com> on Wed Jul 01 17:13:45 PDT 2009 Change https://review.source.android.com/10566 permits port tunneling of the web interface, e.g.: ssh -L 8443:internal-gerrit:443 external.example.com firefox https://localhost:8443/ provided that the server does not use OpenID authentication. If the server uses some sort of corporate wide SSO solution, I have no clue whether or not the SSO process will break running through localhost on a nonstandard port like this. However, this is a start, as it may make it possible to at least tunnel the web UI. We still need to handle the original problem of the SSH port not tunneling correctly.
Sep 24, 2009
Appears to be a non-issue. Nick has since reported its working OK.
Summary:
SSH connection doesn't work through port forwarding
Status: CannotReproduce Owner: s...@google.com |
|
| ► Sign in to add a comment |