SFTP
How to create an SFTP user without shell access on your Linux system
You may want to share larger files with others, or just receive ones that no longer fit in an email. Of course, there are also free file shares for this purpose, but if two-way data transfer is required more often, for example during teleworking, it is more expedient to solve this ourselves. SFTP (SSH File Transfer Protocol) is great for this, offering a secure file transfer solution over an SSH connection, unlike an unencrypted and outdated FTP connection. SFTP is available by default on any server that also has SSH access. As a result, in the present situation, the SSH connection has so many beauty flaws that it also provides a shell access, which we will not need here right now, because we do not want to be able to access other directories on our computer through the access we share. In this tutorial, we will look at how to create an SFTP user without shell access on your Linux system.
How to securely store and keep your passwords in sync on your computers and mobile devices with KeePass Password Manager (page 2)
In this tutorial, you will learn about KeePass, which provides a high level of security for our passwords and other access information on Windows, Linux, and Android systems. On this page we will look at how to make your password-protected database secure and synchronized, for example, on your own server, which you can write to and read from our various devices via SSH.