Enable or Disable SSH

From the Overview tab, you can enable or disable SSH access to your instance with the green toggle. When SSH is off, your instance does not respond to SSH requests.

Once SSH is on, see connecting over SSH for the login command and SSH File Transfer Protocol (SFTP) details.

Instance Overview tab showing the SSH access toggle and the list of added public keys.

SSH Port

Each instance gets a dedicated port for routing inbound requests into your container. Containers are not exposed directly to the internet. Amezmo proxies known requests into your container based on a set of trusted IP addresses. To view your SSH port, go to Overview, then Server Details, then SSH Port.

Public Keys

Add a public key from the Add public key button. In the modal, give your key a name and paste the public key into the text area.

Add public key modal with fields for a key name and the public key text.

Limits

  • 3 public keys per instance.
  • Public-key authentication is the only allowed method.
  • Root access is not available.

See Also