[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] SSH Confusion...
- Subject: Re: [cobalt-users] SSH Confusion...
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Wed Mar 28 11:21:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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