Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SSH in AIX 4.3+

19 views
Skip to first unread message

C C

unread,
May 11, 2005, 2:43:53 PM5/11/05
to
How do I startup SSH in my RS6000 with AIX 4.3?

Thanks in advance.


Ian Northeast

unread,
May 11, 2005, 3:34:20 PM5/11/05
to
On Wed, 11 May 2005 18:43:53 +0000, C C wrote:

> How do I startup SSH in my RS6000 with AIX 4.3?

If you can find an old copy of the "toolbox for Linux" CD which comes with
AIX nowadays, one with the "RPMS/ppc-4.3.3" subdirectory, as shipped with
the original AIX 5.1, you can install it from that. I wouldn't expose one
that old to the Internet though. It used to be available for download but
I think they removed all the 4.3.3 stuff.

You can get a version from http://www.bullfreeware.com/. There are more
recent ones there.

Or get the source from http://www.openssh.org/portable.html and build it
yourself. I recommend this if it's exposed to the Internet.

Regards, Ian

C C

unread,
May 14, 2005, 8:29:57 AM5/14/05
to

"Ian Northeast" <i...@house-from-hell.demon.co.uk> wrote in message
news:pan.2005.05.11....@house-from-hell.demon.co.uk...

Thanks. Is this pretty easy to install? Does it need a reboot?


Ian Northeast

unread,
May 18, 2005, 4:29:08 PM5/18/05
to

Installing one of the binary distributions is easy enough. If you install
the IBM RPM you have to install RPM itself first, which is provided on the
same CD as a BFF, under "INSTALLP". And openssl and, I think, prngd which
are also on the same CD, as RPMs. The Bull one should be perfectly
straightforward. I expect it'll depend on openssl too, but that's on the
same site. If you can't find a copy of the toolbox CD of the right vintage
that'll be the easiest.

Compiling from source is a bit of a grind, you'll have to read the
instructions carefully and compile the pre-reqs first. I'd recommend one
of the easier paths unless it's being used on the Internet.

No reboot is needed in any case. You may have to start the sshd daemon. If
you use the IBM RPM it creates a subsystem and, IIRC starts it but if it
doesn't you just have to startsrc it. It puts it into system startup,
using the SysV run level heirarchy, in /etc/rc.d/rc2.d, it's the only
thing I've ever seen land there by default. I don't know what the Bull
offering does. If you build from source you'll have to start it yourself
and also arrange for it to get restarted at boot.

Regards, Ian

Andy France

unread,
May 18, 2005, 8:41:01 PM5/18/05
to

Darren Tucker, one of the OpenSSH developers, also has up-to-date,
pre-compiled, ready-to-roll binaries for AIX 4.2.1+ in BFF format on his
personal site:

http://dtucker.freeshell.org/openssh/

These binaries have all the dependencies statically compiled so there is
no drama matching libraries etc. They install in /usr/local, so you
need to take care if using them to update the IBM versions which are
just in /usr.

On AIX 5.2 installing the BFF with SMIT added the startup of sshd to
/etc/rc.tcpip - I can't vouch for the same thing on AIX 4.x as I don't
have any systems using this version.

HTH,
Andy.

0 new messages