Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 2.6 KB

_index.en.md

File metadata and controls

66 lines (45 loc) · 2.6 KB

+++ title = "SSH" weight = 5 tags = ["remote access", "ssh"] chapter = true +++

SSH

SSH, for Secure Shell, is a connection protocol that is secured by an exchange of encryption keys at the start of the connection. alwaysdata offers it in ALL of their environments.

Remote SSH access is disabled by default. To enable it, modify your user and check the password connection. It is then possible to set up a connection with [SSH keys]({{< relref "use-keys" >}}) and disable the password connection.

  • API - SSH
  • [Create an SSH user]({{< relref "create-a-ssh-user" >}})
  • [Frequent issues]({{< ref "remote-access/ssh/troubleshooting">}})
  • Users of [Private Cloud]({{< ref "accounts/billing/private-cloud-prices" >}}):
    • [SSH 2-factor authentification]({{< ref "remote-access/ssh/ssh-two-factor-authentication" >}})
    • [Global SSH keys]({{< relref "install-globally-ssh-keys" >}})

{{% notice info %}} All of our offers are managed ones, it is not possible to gain root access. {{% /notice %}}

Connecting with SSH

Information
Host ssh-[account].alwaysdata.net
Ports 22
Identifier assigned user and password OR SSH keys

These users can be configured in the Remote access > SSH tab in your alwaysdata administration interface (among their shell). The fingerprints for the SSH server where the account is located are also found there.

{{< fig "admin-panel_ssh-users-list.en.png" "Administration interface: list of SSH users" >}}

Using a terminal

Open your terminal and enter the following command:

$ ssh [user]@ssh-[account].alwaysdata.net

{{% notice note %}} Replace [user] with your SSH user name and ssh-[account].alwaysdata.net with your SSH hostname. {{% /notice %}}

Via the web

Useful when located after a firewall, our web interface lets you use the SSH protocol from your browser. To use it, specify https://ssh-[account].alwaysdata.net in the address bar of your web browser.

Be aware however that this solution is hardly reliable and slow and does not replace a SSH client.

{{% notice info %}} This interface is not compatible with the [Private Cloud]({{< ref "accounts/billing/private-cloud-prices" >}}). {{% /notice %}}

Tips

Fingerprints of our SSH servers are displayed in the Remote access > SSH menu of your administration interface.