Skip to content

Commit 641fd47

Browse files
feat(elastic-metal): add page for rescue data for EM in rescue mode and troubleshoot ssh issues
1 parent a9c2dbe commit 641fd47

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pages/elastic-metal/troubleshooting/troubleshoot-ssh-issues.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ You are unable to connect to your Scaleway Elastic Metal server via SSH.
2929
- Incorrect SSH credentials or key configuration.
3030
- The server is in rescue mode and requires a different login method.
3131
- A recent security policy change has disabled SSH access.
32+
- You recently change your SSH keys and it hasn't be added to Elastic Metal system
3233

3334
## Solution
3435

@@ -54,4 +55,9 @@ You are unable to connect to your Scaleway Elastic Metal server via SSH.
5455
#### Verify the SSH service status
5556
- Use the remote console from the Scaleway dashboard to access your server.
5657
- Run `systemctl status ssh` to check if the SSH service is running.
57-
- If the service is stopped, restart it using `systemctl restart ssh`.
58+
- If the service is stopped, restart it using `systemctl restart ssh`.
59+
60+
#### Add the new SSH key to the existent system
61+
- Reboot in rescue mode as explain in this [documentation](/elastic-metal/how-to/use-rescue-mode/)
62+
- Mount filesystem in rescue mode to access data and files by folowing these [steps](/elastic-metal/troubleshooting/troubleshoot-rescue-your-data/##mounting-partitions)
63+
- Modify the "authorized_keys" file to add your new SSH public key at the end

0 commit comments

Comments
 (0)