1
gonbo Oct 14, 2012
root 不能远程登陆? sudo su - ? su - ?
实在不行,重装一个吧。 |
3
sqrabs Oct 14, 2012
Linode可以启动VPS到rescue模式,试试这个?
Boots your Linode into Rescue Mode. Access it via the console. |
5
kojp OP 把正确的禁用root直接登录的方法也一贴吧。
新建用户。然后 。 #usermod -G wheel UserName 再然后 vi /etc/ssh/sshd_config把PermitRoot那行,改一下。 |
6
eric_q Oct 14, 2012
是的,wheel 组
|