SSH access

SSH is implemented through Amezmo's secure entry point host. We securely route your connection from our load balancer directly to your instance using a pre-allocated port. Learn more about enabling ssh access and finding your port.

SSH command

ssh -i <path to your private key> -p $PORT deployer@$DOMAIN.lb2.amezmo.co

SFTP command

sftp -i <path to your private key> $PORT deployer@$DOMAIN.lb3.amezmo.co

The $DOMAIN variable above can be found from your dashboard. It is the part before your internal domain. To find your SSH port, please see the SSH port page

Limits