Connect to your Ultra slot via SSH

super-embed:
<p class="callout info">
Please refrain from installing or running custom shell's (zsh,eshell,fish etc) on your [Ultra](<http://ultra.cc/>) service. The shell currently running is customized to allow your applications and custom shell commands to function.
</p>

SSH, also known as Secure Shell, is a network protocol that gives users a secure way to access your slot remotely, and it is included in all Ultra plans. With SSH, you can do the following:

Change your SSH Password

Before logging into your SSH, you should first set your own SSH/FTP password.

image.png

SSH Clients and How to Connect

OpenSSH

OpenSSH is an open-source alternative to the proprietary Secure Shell software suite offered by SSH Communications Security and is bundled with some Linux distributions and macOS. It is also an optional feature in Windows 10 since the October 2018 Update (Version 1809).

Install OpenSSH in Windows 10

image.png

image.png

image.png

Install OpenSSH in Linux

Some Linux distributions have OpenSSH client installed as part of their bundle. Provided below are the commands to install OpenSSH clients in some of the popular Linux distributions.

Ubuntu/Debian: sudo apt Install openssh-client

Arch Linux/Manjaro Linux: sudo pacman -Syyu openssh

Fedora: sudo dnf install -y openssh-client;

Access the slot’s Terminal via OpenSSH

The following screenshots are from Windows' command prompt, but they should be the same on Windows, Linux, and macOS.

ssh username@IP_of_slot ([email protected])
ssh [email protected] ([email protected])
ssh [email protected] ([email protected])

image.png

image.png


PuTTY

PuTTY is a free and open-source GUI SSH, Telnet, Rlogin, and serial port connection client for Windows. You may also use this to connect to your slot.

Installation

Set up PuTTY

image.png

image.png

image.png

image.png


Termius

Termius is a popular SSH client for mobile and desktop devices. It is easy to use and has a variety of features, such as multi-host management, syntax highlighting, and code completion.

Installation

Set up Termius

image.png

image.png

image.png

image.png

image.png

image.png

To read more about the Termius options in a detailed manner visit here.