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

IO::Socket::SSL

--
edan

Replies are listed 'Best First'.
Re^2: ssh with IO::Socket::INET
by mosh (Scribe) on Nov 01, 2004 at 10:24 UTC
    Thanks but, I meant SSH connection and not SSL ... mosh.
        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.