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

Net::SSH::Perl

--
edan

Replies are listed 'Best First'.
Re^4: ssh with IO::Socket::INET
by mosh (Scribe) on Nov 01, 2004 at 10:50 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