Introduction Generally, Docker containers only run for a certain period of time – the time it takes to run the command. The data that is available inside the container can only be accessed from within the container during the runtime. Docker volumes can be used for accessing the files easily and storing them for a longer period. For example, if …
How to Secure Nginx with Let’s Encrypt on Ubuntu 20.04
Having a secure website is vital to ensuring a reputable online presence for any business. Website security should be among your top concerns especially if you are transferring sensitive data between your website and your website visitors. A simple Google search of ‘how to secure a website’ will bring you several directives. One of the top results is an SSL …
How To Use SSH to Connect to a Remote Server in Ubuntu
What is SSH? SSH means Secure Shell. With SSH you can access remote machines in a secure way since the connection is encrypted. With the ssh command from the Linux terminal, we can connect to remote Linux servers and work as if it were our computer. At the end of this tutorial, you should have a full understanding of how …
CloudSigma Security & Business Continuity Features
Security Capabilities CloudSigma endeavors to deliver a high degree of security and privacy for customers in accordance with the various aspects of their computing. This is reflected in CloudSigma’s ISO-27001 certification. We regard this as a top priority. We are committed to openness and transparency with respect to our security procedures and policies. Thus, this post presents a detailed overview …
Automatically Inject SSH Keys into your Cloud Servers Using This Simple Bash Script
You can use bash to automate many things for your cloud servers. At CloudSigma we use bash scripts with many of our library images to automate useful features. In this post we share with you how you can use bash to import SSH keys automatically on boot-up of your cloud servers. You can achieve this by combining bash scripts with …