AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
  • 1.  OpenSSH version 5.1p1 for AIX 5.2

    Posted Thu December 11, 2008 08:00 AM

    Originally posted by: SystemAdmin


    Hi,

    Can anyone tell me for where can I get OpenSSH 5.1p1 source for AIX 5.2 ?
    and please also let me know for how to install it.
    my objective is to use sftpumask option.
    thx,
    -dju
    #AIX-Forum


  • 2.  Re: OpenSSH version 5.1p1 for AIX 5.2

    Posted Thu December 11, 2008 09:56 AM

    Originally posted by: SystemAdmin


    Here is where you find the latest version: http://www.openssh.com/portable.html

    to install unpack/untar the install files and perform the usual actions:

    inutoc .

    smit install
    #AIX-Forum


  • 3.  Re: OpenSSH version 5.1p1 for AIX 5.2

    Posted Thu December 11, 2008 10:32 PM

    Originally posted by: SystemAdmin


    but, I got error message like this :

    1800-106 An error occurred: │
    │ │
    │ 0503-003 geninstall: The specified device /backup/OPENSSH/openssh-5.1 │
    │ p1 │
    │ is not a valid device or file. │
    │ #--------------------------------------------------------------------- │
    │ # No installable software products were found on the media. │
    │ #--------------------------------------------------------------------- │
    │ │

    thx,
    -dju
    #AIX-Forum


  • 4.  Re: OpenSSH version 5.1p1 for AIX 5.2

    Posted Fri December 12, 2008 03:41 PM

    Originally posted by: SystemAdmin


    Make sure when you run inutoc . that you are in the directory that has the installation files. possibley /backup/OPENSSH/openssh-5.1p1

    there should be a .toc file present
    #AIX-Forum


  • 5.  Re: OpenSSH version 5.1p1 for AIX 5.2

    Posted Mon December 15, 2008 09:49 AM

    Originally posted by: SystemAdmin


    I didn't see the .toc file.

    1. pwd
    /backup/OPENSSH/openssh-5.1p1
    1. inutoc .
    2. ls -al | grep .toc
    3. ls -al | more
    total 9256
    drwxr-xr-x 6 whydi_so techsup 16384 Dec 15 21:49 .
    drwxr-xr-x 4 whydi_so techsup 4096 Dec 14 15:56 ..
    -rw-r--r-- 1 whydi_so techsup 5545 Aug 31 2006 CREDITS
    -rw-r--r-- 1 whydi_so techsup 213010 Jul 21 16:22 ChangeLog
    -rw-r--r-- 1 whydi_so techsup 9417 Aug 17 2007 INSTALL

    now, I'm getting error like this :

    1800-106 An error occurred: │
    │ │
    │ 0503-003 geninstall: The specified device . │
    │ is not a valid device or file. │
    │ #--------------------------------------------------------------------- │
    │ # No installable software products were found on the media. │
    │ #--------------------------------------------------------------------- │
    │ │
    #AIX-Forum


  • 6.  Re: OpenSSH version 5.1p1 for AIX 5.2

    Posted Mon December 15, 2008 04:11 PM

    Originally posted by: SystemAdmin


    My apologizes, i was working with blinders on... the openssh downloaded will need to be built before installation. take a look at the INSTALL file and it should provide you all the detail you need. Before installing ssh with this method, maybe someone can provide a link to an IBM source or rpm specifically for AIX. in the mean time i will see if i can find something. sorry for the confusion earlier.
    #AIX-Forum


  • 7.  Re: OpenSSH version 5.1p1 for AIX 5.2

    Posted Mon December 15, 2008 04:50 PM

    Originally posted by: SystemAdmin


    Try this site and download the version appropriate.

    http://sourceforge.net/project/showfiles.php?group_id=127997

    When you unpack the tar file you will be able to run inutoc . and then use smit to install ssh.
    #AIX-Forum