Re: OpenSSH 3.7.1 Newbie

From: Darren Tucker (dtucker_at_dodgy.net.au)
Date: 10/29/03

  • Next message: Darren Tucker: "Re: Commercial vendor support for OpenSSH"
    Date: Wed, 29 Oct 2003 03:44:55 GMT
    
    

    In article <bf201c2.0310281236.66130714@posting.google.com>,
    Paul Fiengo <paul_fiengo@hotmail.com> wrote:
    >First, I am running OpenSSH 3.7.1p2 on a Solaris 8 system. I
    >downloaded the freeware from Sun as a package. How do I know which
    >protocol is started when I start the sshd server (SSH1 or SSH2)? I
    >created keys for RSA, RSA1 and DSA.

    Telnet to your server on port 22. You'l get a banner like this:
    SSH-2.0-OpenSSH_3.7.1p2

    The first number after the "SSH" text is the versions of the protocol
    the server supports, and will be "1.5", "2.0" or "1.99" (which means
    it will support either). You can change these with the "Protocol"
    option in sshd_config.

    >Second, I would like to try to implement port forwarding on (..gulp)
    >NFS.

    In theory that should work as long as you're using NFSv3 over TCP,
    although I've never tried it.

    -- 
    Darren Tucker (dtucker at zip.com.au)
    GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
        Good judgement comes with experience. Unfortunately, the experience
    usually comes from bad judgement.
    

  • Next message: Darren Tucker: "Re: Commercial vendor support for OpenSSH"

    Relevant Pages