From 1e8335b563f9a60b74f792a5258ffdb3889a71e4 Mon Sep 17 00:00:00 2001 From: Ryan McCullagh Date: Sat, 27 Jul 2024 17:17:55 -0500 Subject: [PATCH] update ssh.md --- instances/ssh.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/instances/ssh.md b/instances/ssh.md index 9ee340b..e39dc83 100644 --- a/instances/ssh.md +++ b/instances/ssh.md @@ -1,7 +1,7 @@ # 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 +SSH is implemented through the Amezmo secure +entry point host. Amezmo securely route your connection from our load balancer directly to your instance using a pre-allocated port. Learn more about [enabling ssh](/docs/instances/enable-or-disable-ssh) access and finding your port. @@ -16,8 +16,8 @@ ssh -i -p $PORT deployer@$DOMAIN.lb2.amezmo.co This can be found on your instance's Overview page. ## SFTP command -```bash -sftp -i $PORT deployer@$DOMAIN.lb3.amezmo.co +```bash +sftp -i -P $PORT deployer@$DOMAIN.lb3.amezmo.co ``` The `$DOMAIN` variable above can be found from your dashboard. It is the part before your [internal domain](/docs/domains/development-subdomain). To find your SSH port, please see the [SSH port](/docs/instances/enable-or-disable-ssh#ssh-port) page @@ -25,14 +25,13 @@ The `$DOMAIN` variable above can be found from your dashboard. It is the part be ## Windows Putty application #Session -**Hostname**: $DOMAIN.lb3.amezmo.co -**Port**: $PORT +**Hostname**: $DOMAIN.lb3.amezmo.co +**Port**: $PORT **Connection type**: ssh -# Connection -> SSH -> Auth +## Connection -> SSH -> Auth **Private key for authentication**: Browse to local file with private key ## Limits - Root access is not implemented - Public Key authentication is the only supported method of authentication -