Skip to the Main Content

Note:These pages make extensive use of the latest XHTML and CSS Standards. They ought to look great in any standards-compliant modern browser. Unfortunately, they will probably look horrible in older browsers, like Netscape 4.x and IE 4.x. Moreover, many posts use MathML, which is, currently only supported in Mozilla. My best suggestion (and you will thank me when surfing an ever-increasing number of sites on the web which have been crafted to use the new standards) is to upgrade to the latest version of your browser. If that's not possible, consider moving to the Standards-compliant and open-source Mozilla browser.

October 14, 2002

SSH tunneling

A good dinner, and a little reflection made me realize that the obvious solution to the cleartext-password problem of Movable Type is simply to ssh-tunnel the control connection. Typing

ssh -L 8080:127.0.0.1:80 golem.ph.utexas.edu

gives me an encrypted tunnel to golem. Then I can point my browser to

 http://locahost:8080/cgi-bin/mt.cgi

to get the Movable Type configuration page. Voila! No more cleartext-password worries.

Posted by distler at October 14, 2002 12:53 AM

TrackBack URL for this Entry:   https://golem.ph.utexas.edu/cgi-bin/MT-3.0/dxy-tb.fcgi/4

0 Comments & 0 Trackbacks

Post a New Comment