Last updated
Make sure that you have added an SSH key to your account.

If you see this red warning triangle, navigate to Account -> Integrations and add your SSH key using our guide.
Make sure that key that was added to SSH access is a valid public key.
When connecting via OpenSSH 8.8+ client ensure that the following configuration is added to the SSH client configuration file:
Or inline the configuration option when connecting, for example:
If running time-consuming commands via SSH the tmux terminal might come in handy to preserve your SSH session and even have multiple CLI windows.
Last updated
Host *
PubkeyAcceptedAlgorithms +ssh-rsassh -o 'PubkeyAcceptedKeyTypes +ssh-rsa' your-ssh-user@ssh.ireland.eu.i.readymage.com