View Single Post
Old 01-14-2016, 04:51 AM   #8
Support team
 
Join Date: Oct 2013
Posts: 44
usaafko is on a distinguished road
Default

If you want to create another user with root access - duplicate root line in /etc/passwd like this:
root:0:0:root:/root:/bin/bash
newroot:0:0:root:/root:/bin/bash

After then - create password for him:
passwd newroot

And use newroot sftp

Or you could choose another way to add administrative user manually
usaafko is offline   Reply With Quote