in reply to Re: ssh with IO::Socket::INET
in thread ssh with IO::Socket::INET

Thanks but, I meant SSH connection and not SSL ... mosh.

Replies are listed 'Best First'.
Re^3: ssh with IO::Socket::INET
by edan (Curate) on Nov 01, 2004 at 10:34 UTC
      Net::SSH::Perl is client side, what I need is server side, Therefore, I choose IO::Socket::INET.

      It must be a way to config IO::Socket::INET or maybe it is correct, and I just have to type from command line something different than "ssh -p 9000 127.0.0.1".

      Mosh.

        If I read you correctly you wish to insert a widget between the client and an SSH process. This is called a man in the middle attack and SSH was designed to protect against it.

        I appreciate that english is not you first language but if you can add some details about what you want to do and why it may be possible to offer suggestions/alternatives.

        cheers

        tachyon