Click to See Complete Forum and Search --> : Getting openSSH configured.


Danster
01-28-2001, 12:38 PM
Can anyone point me in the right direction to get openSSH installed? I've got RH 6.1 with all the latest security patches. I need a compatible openSSH version.

[openssh]# rpm -Uvh openssh*
error: failed dependencies:
initscripts >= 5.20 is needed by openssh-2.3.0p1-4
libc.so.6(GLIBC_2.2) is needed by openssh-askpass-2.3.0p1-4
libc.so.6(GLIBC_2.2) is needed by openssh-clients-2.3.0p1-4
libc.so.6(GLIBC_2.2) is needed by openssh-server-2.3.0p1-4

Danster
01-28-2001, 12:49 PM
Anyone at least know the RPM version I should download?

Installing the latest RPM's won't work because initscripts and glibc aren't compatible w/ RH 6.1. I tried compiling the code and I got:

+ exit 0
[root@sloppy SPECS]# ls /usr/src/redhat/RPMS/i386/openssh-2.3.0p1-4.i386.rpm -l
-rw-r--r-- 1 root root 117726 Jan 28 16:32 /usr/src/redhat/RPMS/i386/openssh-2.3.0p1-4.i386.rpm
[root@sloppy SPECS]# cd /usr/src/redhat/RPMS/i386/
[root@sloppy i386]# rpm -Uvh openssh*
error: failed dependencies:
initscripts >= 5.20 is needed by openssh-2.3.0p1-4

Danster
01-28-2001, 01:34 PM
ok I've got it installed. Now how do I use it ;-(