New issue 54 by marpiotr: Real IP recognition over proxy
http://code.google.com/p/shellinabox/issues/detail?id=54
I use shellinabox (and find it really great) through nginx, and noticed
that in logs the remote host
appears as 127.0.0.1, because the connection is proxied (the values are the
real ones when i access
it directly)
It woud be nice to have "X-Forwarded-For" or "X-Real-IP" headers read by
shellinabox, so the
remote host address would get the actual values.
Also, when using SSH service for authentication the remote address is also
localhost, but I suppose
that's an unsolvable issue. I hope I'm wrong, though.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
I second that motion, currently you can't apply the same security rules to
shellinabox
that applies to the SSH daemon.
This is big problem for me. I would like to see real addresses for SSH
sessions.
Comment #3 on issue 54 by beewoo...@gmail.com: Real IP recognition over
proxy
http://code.google.com/p/shellinabox/issues/detail?id=54
Sounds like a reasonable request. Patches welcome.