At-rest encryption. Use SFTP log-in credentials to unlock/decrypt encrypted drive or folder on an Ubuntu Linux server

I have a simple file server running on a small Ubuntu machine that facilitates file sharing and 2 way folder syncing between my and my girlfriend’s 4 computers through SFTP over a private network.
The setup works great for this purpose. I … Continue reading At-rest encryption. Use SFTP log-in credentials to unlock/decrypt encrypted drive or folder on an Ubuntu Linux server

How do I create a pem file that I can use in a console app to authenticate to an SFTP service?

I’m writing a little program that downloads some basic data, consolidates it into a CSV and drop it to an SFTP server. I’m told that I need to generate a pem file. My search online suggests that pem is a private/public key pairing and that… Continue reading How do I create a pem file that I can use in a console app to authenticate to an SFTP service?

Is it a good idea to host a SFTP server within a dockerized environment with mounted host directories?

For platform hardware independence, a proposal to host a SFTP server within a containerized environment was being considered.
A container or pod would have the server running within it, with mounted host directories for file related operat… Continue reading Is it a good idea to host a SFTP server within a dockerized environment with mounted host directories?