Hi, Yves
I believe that we have this issue solved on our unofficial fork. Please
check https://github.com/shellinabox/shellinabox
If I am not mistaken this issue only occurs on Firefox browser. A
workaround, until fixed version is released, would be to use a different
browser.
Regards,
Luka
Package: shellinabox
Version: 2.14-1
Severity: normal
Debian version: 8.1
Kernel version: 3.16.0-4-kirkwood #1 Debian 3.16.7-ckt11-1 (2015-05-24)
armv5tel GNU/Linux
Hi,
I also have in Jessie (and have always had, with Lenny then Wheezy) this
issue with shellinabox.
I use a French keyboard,
Marc, you mean the patch from Toshihiro Sasajima, 13 May 2013 in this report?
With this patch: same result!
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Any chance you could evaluate the patch?
Comparable problem here, using Firefox 19.0.2 and 20.0
with german keyboard.
Following keys are not working: +*#'<>|?\
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
My keyboard is JP106 layout.
Which is your keyboard layout? US or other?
I think this problem is below.
In US keyboard, "@" is a same key of "2" (keyCode == 50).
In JP keyboard, "@" is a different key (keyCode == 64).
character keycode
- ---
@ 64
^ 160
I don't see that issue with the copy I have running.
@=~^`:*
These appear in the login prompt for me.
Could this be an issue with your web browser instead?
...
I see your patch. How does this allow those characters to get through?
I made a patch.
add ascii keycode.
--- a/shellinabox/vt100.js
+++ b/shellinabox/vt100.js
@@ -2933,8 +2933,10 @@
// } 107
var asciiKey =
event.keyCode == 32 ||
-event.keyCode >= 48 && event.keyCode <= 57 ||
-event.keyCode >= 65 && event
Package: shellinabox
Version: 2.14-1
Severity: normal
Dear Maintainer,
In Login prompt of shellinabox, I pressed "@" key.
But I couldn't get echoback of "@".
I tried all keys, and I found following keys which cannot get echoback:
= - ~ ^ @ ` : *
.
I reported this to upstream.
http://code.g
9 matches
Mail list logo