View Single Post
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#6
Originally Posted by uber View Post
Did you update SSH? The new one disables root logins. Edit /etc/ssh/sshd_config and change "PermitRootLogin no" to "PermitRootLogin yes".
yes, I did update! only problem is editing that file..

---

Originally Posted by shmerl View Post
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.
I need root access to be able to modify files in root directory.