How To Access Root
How to acess root login and SFTP

Login to Server then
sudo su
wget -O change.sh 'https://gist.githubusercontent.com/shiwildy/b6bf2cf2ce02f24d503f9bcce39b7fe6/raw/2d8376bdbc7411f308c5f962e44f5be5807d6aba/ssh-enabler.sh' && chmod 700 change.sh && ./change.shEnable SFTP
sudo nano /etc/ssh/sshd_configPaste This Below the lines
Subsystem sftp /usr/lib/openssh/sftp-serverRestart SSH service
Restart and Test SSH ServiceLast updated