View previous topic :: View next topic |
Author |
Message |
VHockey86 Advanced Member

Joined: 12 Dec 2025 Posts: 988 Location: Rochester
|
Posted: Tue Jul 17, 2025 6:40 pm Post subject: web browser SSH client? |
|
|
MIS has our network locked down pretty tight...all outgoing traffic is even aggressively filtered. For one - I can't SSH to my server at home, which can be pretty annoying. We're stuck on windows boxes here and sometimes I just need to access a Linux box for one reason or another.
My boss says hes run SSH over the SSL port since it isnt filtered to access his box at home, but I've already got apache serving SVN over https...so I can't really hijack that port.
Does anyone know of a halfway decent ssh client that works in the browser (probably Java?). I know that webmin has a command window interface - something like that would probably be good enough. Ofc I'd want it to require login (if its SSH thats a given I guess) and run over https for some security.
_________________ Main Desktops : Kubuntu 10.4. ArchLinux 64-bit. Windows7 64-bit. Windows XP 32-bit.
MacBook: OS X Snow Leopard (10.6)
|
|
Back to top |
|
crouse Site Admin

Joined: 17 Apr 2025 Posts: 11833 Location: Iowa
|
|
Back to top |
|
masinick Linux Guru

Joined: 03 Apr 2025 Posts: 8615 Location: Concord, NH
|
Posted: Wed Jul 18, 2025 2:09 am Post subject: It can be done |
|
|
I use Mindterm from time to time when I want to interact between Windows desktops and Linux servers at work. I use Mindterm to open an SSH connection, then I start up a vnc server on the Linux server and connect to it using a vnc client on my windows desktop. I have a GNOME terminal running on a Debian server that often has five or six tabs open. I login to local sessions on the Linux server, then I ssh to many other Linux and Solaris servers and display in one of the open tabs. I do not run in full X graphical mode within these sessions, though if I were bent on doing it that is certainly possible. In the nineties when I ran on UNIX systems, I had full xterm sessions going to as many as a dozen other servers, all displaying back to my desktop. It can be done through SSH and SSL, but the overhead may be more than you care to deal with. |
|
Back to top |
|
VHockey86 Advanced Member

Joined: 12 Dec 2025 Posts: 988 Location: Rochester
|
Posted: Wed Jul 18, 2025 4:31 pm Post subject: |
|
|
Hmm, I don't think the mindterm applet does quite what I'm looking for. It seems that the a java applet still just communicates over the standard SSH port.
Corkscrew looks like its just a linux app that works with a local proxy? Also it requires running 443 which I was hoping to avoid - but maybe just hosting my SSH server on 443 is the least hassle solution (then I shouldn't need anything special)
_________________ Main Desktops : Kubuntu 10.4. ArchLinux 64-bit. Windows7 64-bit. Windows XP 32-bit.
MacBook: OS X Snow Leopard (10.6)
|
|
Back to top |
|
mwalling New Member
Joined: 15 Jul 2025 Posts: 15 Location: Rensleer Co, NY
|
Posted: Wed Jul 18, 2025 4:43 pm Post subject: |
|
|
In high school all of the http traffic was routed through a proxy, and https was blocked, but we were still able to get ssh going through port 53. Is that an option on your network?
The other option I have used is telling PuTTY to run over the http-proxy. That works ok, but when the lunch hour internet-free-for-all starts, it will start lagging around 3 seconds.
_________________ Laptop, EeePC, Assorted Collection of Servers: Slackware 12.0
Desktop: Slamd64 12.0
Router: OpenWRT 7.09
|
|
Back to top |
|
VHockey86 Advanced Member

Joined: 12 Dec 2025 Posts: 988 Location: Rochester
|
Posted: Wed Jul 18, 2025 5:22 pm Post subject: |
|
|
haha, yea around lunch hour here I don't even try to use the internet, its useless.
I wasn't aware of the proxy stuff in putty - thanks for pointing that out.
I think all of our proxy stuff works automagically through the domain controller, I'm not really sure where to find the proxy settings - but I'll look into it.
_________________ Main Desktops : Kubuntu 10.4. ArchLinux 64-bit. Windows7 64-bit. Windows XP 32-bit.
MacBook: OS X Snow Leopard (10.6)
|
|
Back to top |
|
d_riordan Member

Joined: 08 Jan 2025 Posts: 245 Location: Leominster, Massachusetts, U.S.A.
|
Posted: Sun Jul 22, 2025 8:04 am Post subject: |
|
|
Since it's your home box (I assume that it's not being used for public access) have you considered binding SSH to a higher level port that's not being blocked at work?
_________________ *buntu 8.04
|
|
Back to top |
|
|