Skip to content

Commit 079f80e

Browse files
committed
feat(ins): troubleshooting
1 parent 8cefb1d commit 079f80e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

compute/instances/troubleshooting/fix-common-issues.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ This page list the most common issues you may encounter with your Scaleway Insta
6767
- Restart the Instance if it’s not responding.
6868
- Verify the Instance's public IP address:
6969
- Confirm that the IP in the Scaleway console matches the IP you are using for the connection.
70-
- Review security groups and local firewalls
70+
- Review security groups and local firewalls:
7171
- Make sure the default Security Group allows SSH or RDP inbound traffic.
7272
- Check your local firewall to ensure outbound SSH (port `22`) or RDP (port `3389`) is allowed.
73-
- Use the Scaleway console to connect to your Instance
73+
- Use the Scaleway console to connect to your Instance:
7474
- Try using Scaleway’s web-based terminal in the console to rule out local network issues.
7575

7676
### Additional resources
@@ -98,12 +98,12 @@ This page list the most common issues you may encounter with your Scaleway Insta
9898
chmod 600 ~/.ssh/id_rsa
9999
```
100100
- Verify that the user and group ownership are correct.
101-
- Verify the correct username
101+
- Verify the correct username:
102102
- By default, Scaleway Instances use the `root` user. Check if you have created a new user with sudo privileges and if so, use that username.
103-
- Inspect the Instance’s SSH configuration
103+
- Inspect the Instance’s SSH configuration:
104104
- If you can connect via another method or console, check `/etc/ssh/sshd_config` for lines such as `PasswordAuthentication`, `PubkeyAuthentication`, and `PermitRootLogin`.
105105
- Make sure `PubkeyAuthentication yes` is set.
106-
- Re-add your SSH Key in the Scaleway console
106+
- Re-add your SSH Key in the Scaleway console:
107107
- Go to the [SSH keys](https://console.scaleway.com/project/ssh-keys) tab in the **Project** section of theScaleway console, remove the old SSH key, then add your new, correct public key.
108108
- Restart your Instance to re-upload the list of allowed SSH keys.
109109

0 commit comments

Comments
 (0)