Results 1 to 4 of 4

Thread: UNIX question

  1. #1
    Join Date
    Jul 2006
    Location
    Upstate
    Beans
    87
    Distro
    Ubuntu

    UNIX question

    I am new to UNIX, and I am trying to run the following command:

    /techsupp/OSP17864/usr/lib/ssh> ssh-keygen -t rsa
    (rand child) Couldn't exec '/usr/lib/ssh/ssh-rand-helper': EDC5129I NO SUCH FILE OR DIRECTORY.
    ssh-rand-helper child produced insufficient data

    The program ssh-keygen is looking for ssh-rand-helper in a location that is does not exist (see below), how do I get the program ssh-keygen to find ssh-rand-helper in the location where it does exist (see below). A ln of some type?

    /usr/lib/ssh> ls -a
    . ..


    /techsupp/OSP17864/usr/lib/ssh> ls -a
    . .. IBM sftp-server ssh-askpass ssh-keysign ssh-rand-helper

  2. #2
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: UNIX question

    How did you install the openssh-server?

    JIm

  3. #3
    Join Date
    Jul 2006
    Location
    Upstate
    Beans
    87
    Distro
    Ubuntu

    Re: UNIX question

    I installed and am trying to run OpenSSH on Unix System Services on a z/9 mainframe. It is a POSIX compliant Unix variant.

    I installed OpenSSH (IBM ported tools) according to the install program directory provide by IBM.

    I do not know why when running ssh-keygen it looks for ssh-rand-helper it the directory in my previous post.

    I would like find a way for ssh-keygen to locate ssh-rand-helper from a different location.

  4. #4
    Join Date
    Jul 2006
    Location
    Upstate
    Beans
    87
    Distro
    Ubuntu

    Re: UNIX question

    Another response suggested:

    su -
    cd /usr/lib/ssh
    ln -s where-ssh-rand-helper-is .

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •