Skip to content

Commit 0e47252

Browse files
Apply suggestions from code review
Co-authored-by: ldecarvalho-doc <[email protected]>
1 parent 7ff8687 commit 0e47252

File tree

1 file changed

+1
-1
lines changed
  • tutorials/vpc-public-gateway-autoconfiguration

1 file changed

+1
-1
lines changed

tutorials/vpc-public-gateway-autoconfiguration/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ SSH bastion allows you to make secure SSH connections to resources attached to a
103103
1. Go to the [Public Gateways page](https://console.scaleway.com/public-gateway/public-gateways) of the Scaleway console, and click on the Public Gateway you created previously. Its **Overview** page displays.
104104
2. In the **SSH bastion** panel, click **Activate**.
105105
<Lightbox src="caleway-vpc-ssh-bastion.webp" alt="" />
106-
3. Leave the default port in place, copy the SSH connection command, and click **Savve SSH bastion settings**.
106+
3. Leave the default port in place, copy the SSH connection command, and click **Save SSH bastion settings**.
107107
SSH bastion is activated, and all the SSH keys currently associated with your Scaleway Project are uploaded to the bastion.
108108
4. Check that you can connect to your Instance via the gateway's bastion, with the `ssh -J [email protected]:61000 root@1<Private-IP-of-resource` command.Replace `<Private-IP-of-resource>` with the private IP address of your Instance on the Private Network, as established in the previous section. In this case, the command to use is `ssh -J [email protected]:61000 [email protected]`.
109109

0 commit comments

Comments
 (0)