Linode AJAX shell and Unicode
13 Replies
EDIT: I realize this doesn't answer your question, but the AJAX console is extremely limited and is, as I understand it, intended as a last resort, so it's not intended to meet every possible use case.
Anyway, I'm starting to get a feeling I'm asking too much at this time?
(I did play with a few those, but always in unibyte encoding, so can't help you much further.)
@rsk:
And if you can't find a way to get LISH's ajaxterm to work with Unicode, check out if there's a way to configure it (or anyterm, or ShellInABox, or one of dozen other more or less well made ajax terminals available out there) to do so at all, and install your own copy inside your Linode.
(I did play with a few those, but always in unibyte encoding, so can't help you much further.)
Hm, you're right.
It may get complicated, but the end result should be worth not having to use some godawful Ajax SSH client.
I used to do that at work a bit before I decided that IT would probably not be thrilled and that I shouldn't risk it.
@Guspaz:
PuTTY (keep it on a USB stick if you're not allowed to even copy software to the PC, uninstalled or not?) over port 443 works through any proxy that allows HTTPS, since HTTPS can't currently be proxied ^_^
I used to do that at work a bit before I decided that IT would probably not be thrilled and that I shouldn't risk it. And then hope your security department isn't savvy enough to detect SSH traffic on non-standard ports via the proxy (many many proxies can do this) and come down on you like a tonne of bricks.
If it's a work-related system, an exemption should be possible in all but the most stick-in-the-mud bureaucracies. Expecting someone to be a sysadmin without an ssh client is like expecting someone to be a surgeon without a chainsaw. On the other hand, if it's not work-related…
As for the original problem, my hunch is that it is related to screen.
@sweh:
@Guspaz:PuTTY (keep it on a USB stick if you're not allowed to even copy software to the PC, uninstalled or not?) over port 443 works through any proxy that allows HTTPS, since HTTPS can't currently be proxied ^_^
I used to do that at work a bit before I decided that IT would probably not be thrilled and that I shouldn't risk it. And then hope your security department isn't savvy enough to detect SSH traffic on non-standard ports via the proxy (many many proxies can do this) and come down on you like a tonne of bricks.
AFAIK, that's impossible to do with a web proxy, because you can't proxy HTTPS. There are many other ways to monitor port 443, but you're not doing that with a proxy…