SSH Access

Now let’s see how you can access your GPUonCLOUD account with all of its environments and containers or just a separate container via SSH. SSH Access to a GPUonCLOUD Account Direct Access to the Container Note: SSH access is provided to the whole account but not a...

SFTP/FISH Protocols

SFTP/FISH Protocols SFTP (SSH File Transfer Protocol) and FISH (Files transferred over Shell protocol) protocols let you perform different file management operations (accessing, transferring, etc) over the secure channel. We provide support of SFTP (Secure File...
Personal Access Tokens

Personal Access Tokens

Personal Access Tokens are an alternative approach to authenticate API requests in GPUonCLOUD PaaS, which, in comparison to the default session-based method, provides greater versatility and reliability. Among advantages of tokens, the following ones can be...
SSH Access to GIT Repository

SSH Access to GIT Repository

With GPUonCLOUD you can easily deploy your application from any remote public or private GIT/SVN repository for each of the supported programming languages: Java, PHP, Ruby, Python and Node.js. In order to achieve more security, you can also access your private GIT...
SSH Access to GIT Repository

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