SFTP on Ubuntu

SFTP Group and Service Creating Users Repeat the process below for every SFTP only user you want to add to the server. create user sudo adduser sftpuser1 prevent ssh login & assign SFTP group sudo usermod -g sftpusers sftpuser1sudo usermod -s /bin/nologin sftpuser1 chroot user (so they only see their directory after login) sudo chown […]

Read more
Reset LINUX root password

Forgot your root password! Thinking of reinstalling OS and loosing current data. Not to worry this remarkable opensource OS are meant to be user-friendly. Follow these steps and you can reset your password without a re-installation. Hit shift key at the beginning of boot Select Advanced and go into recovery mode Using the arrow keys […]

Read more