by GOC Blogger | Sep 4, 2021 | Blog
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...
by GOC Blogger | Sep 3, 2021 | Blog
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...
by GOC Blogger | Sep 3, 2021 | Blog
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...
by GOC Blogger | Sep 3, 2021 | Blog
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...
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...