I'm at a library, and all of the computers are Windows based. I'm sshing into my Ubuntu box somewhere else. The terms of service says "You may not make any changes to system files." However, when I ssh into my Ubuntu box, it might "look" like I'm hacking, since I've had a few people (including I presume the library supervisor) look at my computer funny when I opened a website where the text was a monospaced font and the website background was black. Running Command Prompt will certainly be considered to be hacking if looking at a website was.
If I'm sshing into my box it appears as though I'm "hacking" into the computer. I'd like to somehow do it in a web browser with nice happy looking text, so that it actually represents what I'm doing; I'm not going to hack into the computer, I'm only using a computer somewhere else.
If the Library is using Firefox and has the ability to install add-ons, try FireSSH - its a javascript based SSH client.
What you'll probably want to do, is to install a HTML-based terminal emulator. There are several (many) to choose from. That will give you a text field in a webpage (such as the one I'm currently typing into) and that will run on your system.
This is a list of such applications, in no particular order. I have little or no experience with these:
You can see live demos of the three at the bottom of this page: http://anyterm.org/demos.html
All of these will work in any browser. Probably even IE4 :)
If you're on Google Chrome/Chromium, you could give Secure Shell a shot. It is a complete terminal emulator and a SSH client.
It and is developed by Google, and runs offline :)
You could also go with another extension, Devtools Terminal, which is a terminal emulator.
Note : This one requires a
npm-install
though. DetailsHappy SSHing :)
Try this: tty.js --- A terminal for your browser, using node/express/socket.io
Features:
I use ShellInAbox to access my pc from behind very restrictive firewall using just my browser. I also configure it to go over https like I've wrote here:
ShellInAbox with https using your browser
Also you needed to use dynamic dns service provider like dyndns to be able to pinpoint your PC.
I would like to recommend GateOne, powerful and snappy. Author has Docker image as well for easy setup.
Disclaimer: I'm the primary developer for Shellvault.
Another option is Shellvault, a web-based cloud SSH client that you don't have to download or set up yourself. It has terminal multiplexing, it looks nice by default, and since it's cloud-based, you can administer your servers from any computer without setting up SSH on a new machine.
Shellvault is a Software-as-a-Service, so it's not free, but it has free trial so you can see if you like using it. After the 7-day trial, a subscription costs $5/month.
This project is no longer available, but another option was: https://bashify.io [the current website is an unrelated image sharing and link shortener].
It was a Software as a Service. It used to run an SSH in the web browser completely installation free.
Disclaimer: I'm the developer.
You should try Bastillion - https://www.bastillion.io You can use multiple terminals simultaneously (like tmux).
I recommend Serfish Console, as it uses ssh and requires no installation. You could also try Chrome Remote Desktop, as it works from any internet-connected computer, as long as you install the software on the computer you want to connect to. Chrome Remote Desktop also lets you use the desktop on the computer you are connecting to, and does not require port forwarding. If you just want basic SSH, then try Serfish Console.