Open GoogleCodeExporter opened 9 years ago
I second that motion, currently you can't apply the same security rules to
shellinabox
that applies to the SSH daemon.
Original comment by ahve...@gmail.com
on 25 Mar 2010 at 10:20
This is big problem for me. I would like to see real addresses for SSH sessions.
Original comment by stanisla...@gmail.com
on 8 Dec 2011 at 11:59
Sounds like a reasonable request. Patches welcome.
Original comment by beewoo...@gmail.com
on 31 Mar 2012 at 7:52
This one has been sitting for quite sometime now... Has anybody submitted a
patch, or has been it added to a current version of Shell-in-a-box?
Original comment by kveron...@gmail.com
on 2 Feb 2014 at 2:44
Any hints on where it reads the IP address in the code, been searching all
morning for the header data and can't seem to find a spot that reads
remote-addr at all.
Original comment by ELyn...@gmail.com
on 19 Oct 2014 at 2:51
5 years now... 13 visitors have 'starred' this as a request, and probably
countless others (especially those running fail2ban that can't properly
identify the connecting server ip...).
I second (or third, or 6th...) the motion.
I really like SIAB, but this would be more secure with the ability to resolve
that connecting IP through a proxy.
Thanks for listening.
Original comment by david.c....@gmail.com
on 26 Apr 2015 at 12:27
Unfortanely this project is not actively maintained and Google Code will
shutdown soon. Because of this we created a fork on Github:
https://github.com/shellinabox/shellinabox
I will try to solve this issue on our fork in the near future.
As stated in first comment it would be possible to get real IP from "X-Real-IP"
or "X-Forwarded-For" HTTP header data. Than we could use this IP with -h
parameter for LOGIN service. But for SSH service, I think that it is imposible
to do that.
For general solution I was thinking that logging to file could be implemented.
Maybe user could activate this feature with command line option for log file
path. It should be also possible to rotate the file etc...
Any thoughts? We can continue our discussion here:
https://github.com/shellinabox/shellinabox/issues/54
Original comment by luka.kra...@gmail.com
on 29 Apr 2015 at 8:42
Original issue reported on code.google.com by
marpi...@gmail.com
on 27 Feb 2010 at 11:05