I'm taking steps to remove the root user fro SSH for security purposes but have come across a stumbling block, I use SFTP do do a lot o maintenance, such as downloading logs, edit config files, installing packages such as awstats.
While I can sudo to root using the command line when using SFTP I am restricted only to the folder of the user I log in with.
Is there anyway to grant the new user more privileges to get full access to the server with SFTP?
This is on Linux.