User Tools

Site Tools


build:ssh

This is an old revision of the document!


SSH

apt-get install ssh

Accept the default settings when asked.

Fix it so root cannot log in. Edit /etc/ssh/sshd_config to change the PermitRootLogin setting:

PermitRootLogin no

Restart to have the settings take effect:

/etc/init.d/ssh restart
build/ssh.1124855505.txt.gz · Last modified: 2006/01/16 20:54 (external edit)