82.13 SSH Terminal in a Browser

MindTerm is invoked with something like https://alpine.example.com/ssh. After wajig install mindterm be sure to

  # cd /var/www
  # ln -s /usr/share/mindterm/ ssh

which makes it immediately available (assuming you are running a http server such as apache).

This supports both the external ssh pop up window and the internal (to the browser) ssh window. No problems with terminal types here. Although the default internal terminal is a bit too narrow for my liking. I extend it to 80 chars by editting /usr/share/doc/mindterm/index.html, and setting width=850 in the applet element. Note that you can also change the font if you wish:

  <applet archive="mindterm.jar" 
          code=mindbright.application.MindTerm.class 
          width=850 height=400>
    <param name=fn value="blah">
  </applet>


Your donation will support ongoing availability and give you access to the PDF version of this book. Desktop Survival Guides include Data Science, GNU/Linux, and MLHub. Books available on Amazon include Data Mining with Rattle and Essentials of Data Science. Popular open source software includes rattle, wajig, and mlhub. Hosted by Togaware, a pioneer of free and open source software since 1984. Copyright © 1995-2022 Graham.Williams@togaware.com Creative Commons Attribution-ShareAlike 4.0