Closed GoogleCodeExporter closed 8 years ago
line 141 of "service.c" has all of the ssh command line. If you remove
-oGSSAPIAuthentication=no and -oVisualHostKey then recompile shellinabox it
works fine.
Original comment by abortretryfail@gmail.com
on 21 Oct 2010 at 5:21
mm..done that, but still doesn't work, terminates the session as soon as a type
my username and press enter. No error shows up while running it in debug mode
either.. have another piece of advice?
Thanks!
Original comment by cristian...@gmail.com
on 21 Oct 2010 at 7:00
I can confirm this problem on CentOS/RHEL 5.5 but did solve it by removing
-oVisualHostKey=no from the source code or using -s /:LOGIN instead of SSH..
Original comment by kloevsch...@gmail.com
on 22 Oct 2010 at 11:27
i had the same problem on ubuntu 8.04 (hardy heron) 64 bits.
solved it by removing the option from the source code:
shellinabox/service.c (line 150)
//"-oVisualHostKey=no -oLogLevel=QUIET %%s@%s", host);
"-oLogLevel=QUIET %%s@%s", host);
Original comment by otsua...@gmail.com
on 23 Oct 2010 at 4:35
Compatible patch applied for 2.11.
Original comment by beewoo...@gmail.com
on 31 Mar 2012 at 7:49
Original issue reported on code.google.com by
jeyfox@googlemail.com
on 1 Feb 2010 at 1:21Attachments: