Skip to content

Commit d5a281e

Browse files
bene2k1RoRoJ
andauthored
docs(ins): fix wrong doc (#5558)
* docs(ins): fix wrong doc * Update pages/instances/troubleshooting/cant-connect-ssh.mdx Co-authored-by: Rowena Jones <[email protected]> --------- Co-authored-by: Rowena Jones <[email protected]>
1 parent a65a145 commit d5a281e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/instances/troubleshooting/cant-connect-ssh.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ When you create your Instance, check step 6 of the creation wizard and make sure
3434

3535
- You can view and manage your public SSH keys from the [credentials section of the console](https://console.scaleway.com/project/credentials).
3636
- Credentials are specific to each [Project](/organizations-and-projects/concepts/#project) of your Organization.
37-
- If you [add a new public key to your Project credentials](/organizations-and-projects/how-to/create-ssh-key/#how-to-upload-the-public-ssh-key-to-the-scaleway-interface) **after** creating a new Instance, it will not automatically be uploaded to the existing Instance. Scaleway only uploads the public SSH keys specified at the time of the Instance's creation. To add a new public SSH key after that point, you will need to connect to your Instance and add the additional public key yourself. Public keys are stored by default in `~/.ssh` with a filename similar to `id_rsa.pub`.
37+
- If you [add a new public key to your Project credentials](/organizations-and-projects/how-to/create-ssh-key/#how-to-upload-the-public-ssh-key-to-the-scaleway-interface) **after** creating a new Instance, it will not automatically be uploaded to the existing Instance. You can either reboot your Instance to transfer the new key to it during the boot process or manually run the command `scw-fetch-ssh-keys --upgrade` to upload the new key to the Instance.
3838

3939
### Check that you have the correct private key on your local machine
4040

0 commit comments

Comments
 (0)