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

RE: [cobalt-security] (no subject)



Gavin Nelmes-Crocker wrote:

> first off SSH in on protocol 2 and then edit the file
> /etc/ssh/ssh_config and on the protocol line remove the # and also 1
> then save and restart ssh with /etc/rc.d/init.d/ssh restart - your RaQ
> will now only respond to protocol 2.

For the 10 billionth time! The file is sshd_config NOT ssh_config.

/etc/ssh/ssh_config
is the config file for the ssh client for connecting to other machines

/etc/ssh/sshd_config
is the config file for the sshd daemon that runs on your server waiting for
incoming connections

sshd is the name of the process you'll see running when your server is
listening for connections.

/etc/rc.d/init.d/ssh is the command for starting/stopping sshd
No, I don't know why they didn't call it sshd either :o)

Cheers
Stephen