Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Wed Jan 05, 2011 11:33 am 
Offline
Senior Newbie

Joined: Mon Jan 03, 2011 8:07 am
Posts: 5
Is there some setting or something that would allow me to type and read Unicode (non-ASCII) chars in the AJAX console? Maybe some environment variable or locale setting?


Top
   
 Post subject:
PostPosted: Thu Jan 06, 2011 12:22 pm 
Offline
Senior Member
User avatar

Joined: Tue May 26, 2009 3:29 pm
Posts: 1691
Location: Montreal, QC
The AJAX console should only be used in cases of emergency when it is impossible for you to connect normally to the machine (you're behind a proxy or accidentally firewalled yourself off). Heck, it doesn't even work properly in Chrome.

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.


Top
   
 Post subject:
PostPosted: Thu Jan 06, 2011 4:11 pm 
Offline
Senior Newbie

Joined: Mon Jan 03, 2011 8:07 am
Posts: 5
I'm frequently behind a proxy, so I need to use ajax console. Unfortunately, I also work on sites that use non-English languages, so I also need to type non-ASCII characters from time to time.

Anyway, I'm starting to get a feeling I'm asking too much at this time?


Top
   
 Post subject:
PostPosted: Thu Jan 06, 2011 4:58 pm 
Offline
Senior Member

Joined: Fri Jan 09, 2009 5:32 pm
Posts: 634
the ajax console is a software package called ajaxterm, so I'd suggest searching on that, see if you can find some hints.


Top
   
 Post subject:
PostPosted: Thu Jan 06, 2011 5:11 pm 
Offline
Senior Member
User avatar

Joined: Tue Nov 24, 2009 1:59 pm
Posts: 362
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.)

_________________
rsk, providing useless advice on the Internet since 2005.


Top
   
 Post subject:
PostPosted: Thu Jan 06, 2011 5:21 pm 
Offline
Senior Newbie

Joined: Mon Jan 03, 2011 8:07 am
Posts: 5
rsk wrote:
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. :) Thanks for the tip.


Top
   
 Post subject:
PostPosted: Thu Jan 06, 2011 5:29 pm 
Offline
Senior Member

Joined: Sat May 03, 2008 4:01 pm
Posts: 569
Website: http://www.mattnordhoff.com/
There are other ways to get SSH through a proxy, of course. Simply running sshd on port 443 (HTTPS) is frequently enough. If it's not, there are still other things you can try.

It may get complicated, but the end result should be worth not having to use some godawful Ajax SSH client.

_________________
Matt Nordhoff (aka Peng on IRC)


Top
   
 Post subject:
PostPosted: Thu Jan 06, 2011 5:36 pm 
Offline
Senior Newbie

Joined: Mon Jan 03, 2011 8:07 am
Posts: 5
When I'm at work, I am not only behind a proxy, but also not allowed to install any custom software, so I cannot use SSH. A good web-based terminal is probably the best bet. Of course, I could probably write simple admin apps to do specific tasks for me, which would be ideal, but I don't have the time right now.


Top
   
 Post subject:
PostPosted: Thu Jan 06, 2011 6:22 pm 
Offline
Senior Member

Joined: Sat Feb 14, 2009 1:32 am
Posts: 123
PuTTy doesn't get installed. You could use it.


Top
   
 Post subject:
PostPosted: Fri Jan 07, 2011 11:24 am 
Offline
Senior Member
User avatar

Joined: Tue May 26, 2009 3:29 pm
Posts: 1691
Location: Montreal, QC
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.


Top
   
 Post subject:
PostPosted: Fri Jan 07, 2011 11:54 am 
Offline
Senior Member

Joined: Fri Jan 09, 2009 5:32 pm
Posts: 634
USB sticks aren't necessarily allowed, nor is just running any application even if it isn't installed.


Top
   
 Post subject:
PostPosted: Sat Jan 08, 2011 9:15 am 
Offline
Senior Member
User avatar

Joined: Tue Apr 13, 2004 6:54 pm
Posts: 833
Guspaz wrote:
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.

_________________
Rgds
Stephen
(Linux user since kernel version 0.11)


Top
   
 Post subject:
PostPosted: Sat Jan 08, 2011 12:20 pm 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
... are you 100% sure you should be doing this from work?

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.

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
 Post subject:
PostPosted: Sun Jan 09, 2011 11:47 pm 
Offline
Senior Member
User avatar

Joined: Tue May 26, 2009 3:29 pm
Posts: 1691
Location: Montreal, QC
sweh wrote:
Guspaz wrote:
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...


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group