Add SSH Key

Add SSH Key

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...
GPUonCLOUD SSH Gate Overview

GPUonCLOUD SSH Gate Overview

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...
How to generate SSH key

How to generate SSH key

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:...
Python Application Connection to MongoDB

Python Application Connection to MongoDB

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...
How to Deploy Django App to GPUonCLOUD Cloud

How to Deploy Django App to GPUonCLOUD Cloud

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...