error when install ssh in solaris 8

From: desde ya muchas gracias (desdeyamuchasgracias_at_gmail.com)
Date: 08/12/05

  • Next message: Chris Hoogendyk: "libwrap not found (building netatalk on Solaris 9)"
    Date: Fri, 12 Aug 2005 13:57:54 -0300
    To: sunmanagers@sunmanagers.org
    
    

    in first, sorry for my english, in second, my problem...

    I have a Solaris 8 running in my server

    This is what I have make:

    pkgadd -d openssl

    pkgadd -d zlib
    pkgadd -d openssh
    pkgadd -d libgcc
    pkgadd -d libiconv
    pkgadd -d tcp_wrappers

    and I have received this error messages when have run the ssh-keygen:

    PRNG is not seeded

    then I have add the prngd packages and the patch 112438 and executed

    /usr/local/bin/prngd /var/spool/prngd/pool&

    all OK.

    Then, I have run

    # /usr/local/bin/ssh-keygen -d -f /usr/local/etc/ssh_host_dsa_key -N
    "bla... bla... bla..."
    # /usr/local/bin/ssh-keygen -b 1024 -f /usr/local/etc/ssh_host_rsa_key
    -t rsa -N "bla... bla... bla... 2"

    but when I want to start the daemon...

    # /usr/local/sbin/sshd &
    starting SSHD daemon
    Could not load host key: /usr/local/etc/ssh_host_rsa_key
    Could not load host key: /usr/local/etc/ssh_host_dsa_key
    Disabling protocol version 2. Could not load host key
    sshd: no hostkeys available -- exiting.
    #

    Can anybody help me? Thanks my friends!!!
    _______________________________________________
    sunmanagers mailing list
    sunmanagers@sunmanagers.org
    http://www.sunmanagers.org/mailman/listinfo/sunmanagers


  • Next message: Chris Hoogendyk: "libwrap not found (building netatalk on Solaris 9)"