Dear SSH-ers- 

Platform: SUN Solaris 2.7
SSH: 2.0.13

Everything went well until 'make install' where I got the following
errors. However they only look like warnings and no "show stoppers".
                
                :
                :
        Generating 1024-bit dsa key pair
          13 ooOo.oOo.oOo
        Key generated.
        1024-bit dsa hostkey
        Key is stored with NULL passphrase.
        Private key saved to /etc/ssh2/hostkey
        Public key saved to /etc/ssh2/hostkey.pub
        mv -f /usr/local/bin/ssh /usr/local/bin/ssh.old
        mv: cannot access /usr/local/bin/ssh
        *** Error code 2 (ignored)
        mv -f /usr/local/bin/ssh-agent /usr/local/bin/ssh-agent.old
        mv: cannot access /usr/local/bin/ssh-agent
        *** Error code 2 (ignored)
        mv -f /usr/local/bin/ssh-add /usr/local/bin/ssh-add.old
        mv: cannot access /usr/local/bin/ssh-add
        *** Error code 2 (ignored)
        mv -f /usr/local/bin/ssh-askpass /usr/local/bin/ssh-askpass.old
        mv: cannot access /usr/local/bin/ssh-askpass
        *** Error code 2 (ignored)
        mv -f /usr/local/bin/ssh-keygen /usr/local/bin/ssh-keygen.old
        mv: cannot access /usr/local/bin/ssh-keygen
        *** Error code 2 (ignored)
        mv -f /usr/local/bin/scp /usr/local/bin/scp.old
        mv -f /usr/local/bin/sftp /usr/local/bin/sftp.old
        mv -f /usr/local/bin/sftp-server /usr/local/bin/sftp-server.old
        mv -f /usr/local/bin/ssh-signer /usr/local/bin/ssh-signer.old
        mv: cannot access /usr/local/bin/ssh-signer
        *** Error code 2 (ignored)
        (cd /usr/local/bin && ln -s ssh2 ssh)
        (cd /usr/local/bin && ln -s ssh-agent2 ssh-agent)
        (cd /usr/local/bin && ln -s ssh-add2 ssh-add)
        (cd /usr/local/bin && ln -s ssh-askpass2 ssh-askpass)
        (cd /usr/local/bin && ln -s ssh-keygen2 ssh-keygen)
        (cd /usr/local/bin && ln -s scp2 scp)
        (cd /usr/local/bin && ln -s sftp2 sftp)
        (cd /usr/local/bin && ln -s sftp-server2 sftp-server)
        (cd /usr/local/bin && ln -s ssh-signer2 ssh-signer)
        mv -f /usr/local/sbin/sshd /usr/local/sbin/sshd.old
        mv: cannot access /usr/local/sbin/sshd
        *** Error code 2 (ignored)
        (cd /usr/local/sbin && ln -s sshd2 sshd)
        mv -f /usr/local/man/man1/ssh.1 /usr/local/man/man1/ssh.old.1
        mv: cannot access /usr/local/man/man1/ssh.1
        *** Error code 2 (ignored)
        mv -f /usr/local/man/man1/ssh-add.1 /usr/local/man/man1/ssh-add.old.1
        mv: cannot access /usr/local/man/man1/ssh-add.1
        *** Error code 2 (ignored)
        mv -f /usr/local/man/man1/ssh-agent.1 /usr/local/man/man1/ssh-agent.old.1
        mv: cannot access /usr/local/man/man1/ssh-agent.1
        *** Error code 2 (ignored)
        mv -f /usr/local/man/man1/ssh-keygen.1 /usr/local/man/man1/ssh-keygen.old.1
        mv: cannot access /usr/local/man/man1/ssh-keygen.1
        *** Error code 2 (ignored)
        mv -f /usr/local/man/man1/scp.1 /usr/local/man/man1/scp.old.1
        mv -f /usr/local/man/man1/sftp.1 /usr/local/man/man1/sftp.old.1
        (cd /usr/local/man/man1 && ln -s ssh2.1 ssh.1)
        (cd /usr/local/man/man1 && ln -s ssh-add2.1 ssh-add.1)
        (cd /usr/local/man/man1 && ln -s ssh-agent2.1 ssh-agent.1)
        (cd /usr/local/man/man1 && ln -s ssh-keygen2.1 ssh-keygen.1)
        (cd /usr/local/man/man1 && ln -s scp2.1 scp.1)
        (cd /usr/local/man/man1 && ln -s sftp2.1 sftp.1)
        mv -f /usr/local/man/man8/sshd.8 /usr/local/man/man8/sshd.old.8
        mv: cannot access /usr/local/man/man8/sshd.8
        *** Error code 2 (ignored)
        (cd /usr/local/man/man8 && ln -s sshd2.8 sshd.8)
        Installing /etc/ssh2/sshd2_config
        Installing /etc/ssh2/ssh2_config


Then, when I start sshd, and I try to ssh to another system that has SSH running, I 
get the following:

        A# ssh -v <system> -l georged
        Development-time debugging not compiled in.
        To enable, configure with --enable-debug and recompile.
        debug: hostname is '<system>'.
        debug: Unable to open //.ssh2/ssh2_config
        Development-time debugging not compiled in.
        To enable, configure with --enable-debug and recompile.
        debug: connecting to <system>...
        debug: entering event loop
        debug: ssh_client_wrap: creating transport protocol
        debug: ssh_client_wrap: creating userauth protocol
        debug: client_disconnect: Illegal protocol version.
        
        Disconnected; protocol version not supported (Illegal protocol version.).

When I try to ssh TO the system I put SSH on, I get:
        george@<system> ssh -v A -l george
        SSH Version 1.2.26 [alpha-dec-osf4.0], protocol version 1.5.
        Standard version.  Does not use RSAREF.
        sohops.gsfc.nasa.gov: Reading configuration data /etc/ssh_config
        sohops.gsfc.nasa.gov: ssh_connect: getuid 1042 geteuid 0 anon 0
        sohops.gsfc.nasa.gov: Connecting to cdaw [xxx.xxx.xxx.176] port 22.
        sohops.gsfc.nasa.gov: Allocated local port 1023.
        sohops.gsfc.nasa.gov: Connection established.
        sohops.gsfc.nasa.gov: Remote protocol version 2.0, remote software version 
2.0.13 (non-commercial)
        sohops.gsfc.nasa.gov: Waiting for server public key.
        Connection closed by remote host.

        

Any thoughts/help would be appreciated or any sites with configuration
instructions. The ones I have visited till now are not helpful and only
address problems with the 'configure' and 'make' scripts..Nothing about
what to do afterwards.

Thanks in advance for your help.

--------------------------------------------------
George Dimitoglou 
SM&A, Space Sciences Division

SOHO ESA/NASA Project Scientist Team 
Laboratory of Astronomy & Solar Physics
NASA Goddard Space Flight Center
Bldg. 26, G-1, Code 682.3
Greenbelt, MD 20771

[EMAIL PROTECTED]

Reply via email to