📄️ SSH 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 passwords are protected by being encrypted.
📄️ Generate SSH Key
The instructions below walk you through the steps of generating an SSH key. Since the 8.0.2 version, the platform supports the following key types:
📄️ Add SSH Key
When you have your SSH key generated, you can add it to your PaaS account.
🗃️ SSH Access
3 items
📄️ SSH Management
The Jelastic Platform allows establishing SSH access to any container on your account. In this guide, we’ll provide some of the most common commands that can come in handy when managing your server via SSH terminal.
📄️ SSH 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.
📄️ Capistrano
Capistrano is an open-source tool for executing scripts at the remote servers. Most commonly, it is used for deploying apps via SSH connection. Capistrano is written in Ruby as a component of the Ruby on Rails framework, therefore, it is widely used for Ruby apps deployment. Nevertheless, it can easily work with other programming languages, e.g. PHP.