I'm exploring a possibility, and would like feedback.

The problem: administrators want the security that SSH offers, but 
Universe (and some others) running on Windows offers only telnet access.

Possible solution:

1) Obtain and run an SSH daemon on the Windows server, such as WinSSHd.

2) Run an SSH client with tunneling capabilities, to connect from a 
Windows desktop, via SSH, to the WinSSHd on the server.

3) Configure that SSH client to do local port forwarding (tunneling) of 
some arbitrary port (say, 1234) on the client PC to port 23 (the telnet 
port) on the server's localhost (that is, the server).

4) Run a (2nd) terminal emulator on the client, connected to the client's 
localhost, port 1234.

The client's SSH receives a connection on its port 1234, and forwards it 
to the server, causing a connection to the server's port 23, where 
Universe's telnetd receives it. Connection is made. Because the tunneled 
connection is within the SSH session, it is authenticated and encrypted.

I just tested this scenario using AnzioWin (our terminal emulator/SSH 
client) and it all appears to work.

Is anyone doing this? Does anyone have any thoughts on this?

It occurs to me that we could add functionality to AnzioWin to allow 
"telnet over SSH" all in one running program.

Regards,
....Bob Rasmussen,   President,   Rasmussen Software, Inc.

personal e-mail: [EMAIL PROTECTED]
 company e-mail: [EMAIL PROTECTED]
          voice: (US) 503-624-0360 (9:00-6:00 Pacific Time)
            fax: (US) 503-624-0760
            web: http://www.anzio.com
 street address: Rasmussen Software, Inc.
                 10240 SW Nimbus, Suite L9
                 Portland, OR  97223  USA
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to