View Single Post
Posts: 1,298 | Thanked: 2,277 times | Joined on May 2011
#5
Better also don't do that. Disabling root ssh access is a good feature. Just enable ssh access for the "user" user, and then escalate your privileges with devel-su.

In terminal:

Code:
devel-su
passwd user
Set your password for "user". Then for remote ssh access:
Code:
ssh user@<your_ip>
devel-su
And that's it. Also probably worth while to change root's password as well.

Last edited by shmerl; 2011-11-03 at 17:16.
 

The Following 5 Users Say Thank You to shmerl For This Useful Post: