It seems we can’t find what you’re looking for. Perhaps searching can help.
SSH Access
With SSH Access you will have a Jailed SSH shell, where you can only access your files. This SSH shell is also used to give you SFTP access, as for security reasons we don’t provide normal FTP access.
SSH allows secure file transfer and remote logins over the internet. Your connection via SSH is encrypted allowing the secure connection. In this section you can manage your SSH keys to allow automation when logging in via SSH. Using public key authentication is an alternative to password authentication. Since the private key must be held to authenticate, it is virtually impossible to brute force. You can import existing keys, generate new keys, as well as manage/delete keys.
SSH (Secure Shell) is a program to log into another computer/server over a network securely. It provides strong authentication and secure communications over insecure channels. Your login, commands, text are all encrypted when using ssh.