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

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



> 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
>

MORE:
added these lines to /etc/rc.d/rc.local
#sshd
/etc/rc.d/init.d/sshd start

vi /etc/ssh/sshd_config
line 9 was
#Protocol 2,1
is
Protocol 2    # to disallow ssh1
Gerald