Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

(open) SSH on 4.3.3.0 and Putty 1

Status
Not open for further replies.

KnowNix

MIS
Nov 10, 2003
32
NL
Which package is needed to install openSSH on AIX 4.3.3.0 ?
I want to connect secure from a PC with putty to my AIX-box.

It seems to be openssh 3.5p1 but i can't find the right one.
3.7p1 doesn't install right.

Any simple manual etc. for installing / configuring SSH on AIX + Putty will be welcome.

thanks in advantage.


 
Hi

the latest version of openssh is 3.7.1 but first you must install:


- the zlib library: latest version is 1.2.1


- the openssl package: latest version is 0.9.6l


I haven't seen packages for aix with the up to date version. You may download it and compile it at home.

Good luck
 
Did you try the AIX packages at Bull's freeware site?


IBM Certified Confused - MQSeries
IBM Certified Flabbergasted - AIX 5 pSeries System Administration
MS Certified Windblows Rebooter
 
3.5p1 works on 4330-05 and 5100-04, i think ours came from Bull due to the entry in lslpp:

lslpp -l |grep ssh
openssh 3.5.0.1 COMMITTED OpenSSH 3.5p1 Portable for AIX

it has some neat features, such as not updating wtmp (no entry in who or last!) and ignoring the rlogin=false flag for root (and presumably any other user). our security team hasn't figured that one out yet, and of course the irony is that they forced us to implement ssh.

IBM Certified -- AIX 4.3 Obfuscation
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top