Remote Computing via Ssh Port Tunneling

for Windows 95/98/NT and Unix

Introduction:

We now have a solution to read and send mail or ftp securely based on SSH port tunneling. The  free implementation of SSH (based on TtermPro for Windows) can do secure port forwarding plus X11 forwarding. It listens on the client (remote home) machine for well known ports (i.e: 25 for SMTP, 143 for IMAP, 80 for http, X11) and transports it to server machine encrypted. During setup user can also configure where server sends the requests (alternate machine/port). In effect we are able to "tunnel" all requests on the local machine to any machine as if they were being made to them directly.  




SSH TUNNEL IMAGE



How to read Mail Securely from your Windows 95/98/NT machines: 

Installation:   (Note:  this is for POP3 or IMAP users only)

Running:


Setup for remote UNIX machines: 

Installation:

Running:



TtermPro (ttssh) Installation and Port Configuration

Ttermpro is a Windows SSH terminal and tunneling software. Use ZIP utility to unpack the software.
Unfortunately this software does not have a clean installation process. Users need to unpack the software
to directory  c:\Program Files\ttermpro. You will not automatically get an entry in your program menu etc.
You will need to use windows explorer to  run the ttssh.exe manually, or drag an drop it onto your desktop.
The latter  will result in a shortcut on your desktop to ttcsh.

How to enable Port tunnling

To start  ttssh, simply double click the icon.  Two Windows will pop, cancel the window called New connection.
Click on Setup, select  SSH Forwarding... click on Add...   Select   Forward local port,  pick the port from the
menu.  pick the host you want the port be forwarded to  and then pick the port for that host.

        i.e.     smtp       xenon.stanford.edu   smtp

click ok   you will then see a line added to the Fowarding Setup:

                Local 25 (smtp) to remote "xenon.stanford.edu" port 25 (smtp)

Do the same for  IMAP POP or HTTPD...

 

A VERY IMPORTANT NOTE:

Ssh encyption is only between your machine and the SSH server. After that nothing is encryted.