Fred K Ollinger on Thu, 4 Oct 2001 16:27:34 -0400


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PLUG] SSH Question


> On Thu, Oct 04, 2001 at 03:45:36PM -0400, Mike Pflugfelder wrote:
> > Yes, that's exactly what I'm talking about.  We can't get away from this
> > client right now, so I'm investigating options to secure it a little more.
> >
> > As far as redirecting ports with SSH, will that work for telnet, but send it
> > across an encrypted channel?
>
> How could it?  It's the same telnet data, but on a different
> port.  You need something in the middle to take the telnet input
> and turn it into ssh output.  I'd think that a little perl could
> glue this together.....unless I don't understand the problem.

#!/usr/bin/perl

system"putty.exe $ARGV[0]";

#sorry that it's unix centric, change the magic number above to taste
#not sure if argv is right
#putty.exe has to be in PATH, I know win has a path somewhere
#good luck


______________________________________________________________________
Philadelphia Linux Users Group       -      http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion  -  http://lists.phillylinux.org/mail/listinfo/plug