2010/03/11

SSH on OpenSUSE

[SSH]
-- /etc/ssh/sshd_config
PermitRootLogin yes
PasswordAuthentication yes
-- cmd
# /etc/init.d/sshd start
# /etc/init.d/sshd stop