by GOC Blogger | Sep 3, 2021 | Blog
When you have your SSH key generated, you can add it to your GPUonCLOUD account. In order to manage private SSH keys intended for authentication at your GIT account, follow the corresponding instruction within the SSH Access to GIT Repository guide. For adding a...
by GOC Blogger | Sep 2, 2021 | Blog
GPUonCLOUD SSH Gate Overview SSH (Secure Shell) is a protocol used to connect securely to a remote container and execute the required commands on it. SSH commands are encrypted and secure: client/server connection is authenticated using a digital certificate, and...
by GOC Blogger | Sep 2, 2021 | Blog
How to generate SSH key The instructions below will walk you through the steps of generating an SSH key, based on the system you use: Windows Linux/MacOS For Windows 1. Download and run a SSH keygen tool, for example, PuTTYgen: 2. Specify the following parameters:...
by GOC Blogger | Sep 1, 2021 | Blog
Python Application Connection to MongoDB MongoDB is one of the most popular NoSQL databases, which allows developers to easily work with the stored data. This tutorial provides an example of connection to the MongoDB server from your Python application. In our case we...
by GOC Blogger | Sep 1, 2021 | Blog
How to Deploy Django App to GPUonCLOUD Cloud Django is an open-source framework for Python applications. It helps to simplify the process of creating complex and database-driven web-applications, each of which can consist of a few pluggable modules. Due to such an...