[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] SSH Confusion...



 > Hello All,
> > 
> > Sorry for the long note....
> > I want to install SSH on a RAQ4r. 
> > I don't want to use the one available from http://pkg.nl.cobalt.com/
> > 
> > Virginia was kind enough to give me some RPM steps:
> > Telnet into your server as Admin, then su to root. Type the following
> > commands in order: 
> > wget
> > <ftp://mirrors.rcn.net/pub/OpenBSD/OpenSSH/portable/rpm/RH62/openssh-2.5
> > .2p2-1.i386.rpm> 
> > wget
> > <ftp://mirrors.rcn.net/pub/OpenBSD/OpenSSH/portable/rpm/RH62/openssh-ser
> > ver-2.5.2p2-1.i386.rpm> 
> > wget
> > <ftp://mirrors.rcn.net/pub/OpenBSD/OpenSSH/portable/rpm/RH62/openssh-cli
> > ents-2.5.2p2-1.i386.rpm> 
> > Next the installs: 
> > rpm -Uvh openssh-2.5.2p2-1.i386.rpm 
> > rpm -Uvh openssh-server-2.5.2p2-1.i386.rpm 
> > rpm -Uvh openssh-clients-2.5.2p2-1.i386.rpm 
> > finally type: 
> > /etc/rc.d/init.d/sshd start 
> > That should be it . Test it, make sure it works, and then disable telnet
> > in /etc/services.
> > 

I installed as follows: [Qube-3]
[root i586]# rpm --nodeps -Uvh openssh-server-2.5.2p2-1.i386.rpm
openssh-server              ##################################################

[root i586]# rpm --nodeps -Uvh openssh-2.5.2p2-1.i386.rpm
openssh                     ##################################################

[root i586]#  /etc/rc.d/init.d/sshd start
Generating SSH1 RSA host key: ok
Generating SSH2 RSA host key: ok
Generating SSH2 DSA host key: ok
Starting sshd: ok

Logged in on port 22, and all seems to be OK
Gerald