-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(aps): add ssh troubleshooting (#3311)
* feat(aps): add * wording * Apply suggestions from code review Co-authored-by: fvallee-scw <[email protected]> * Apply suggestions from code review Co-authored-by: Rowena Jones <[email protected]> * Update bare-metal/apple-silicon/troubleshooting/cant-connect-using-ssh.mdx Co-authored-by: Rowena Jones <[email protected]> * Apply suggestions from code review Co-authored-by: Jessica <[email protected]> --------- Co-authored-by: fvallee-scw <[email protected]> Co-authored-by: Rowena Jones <[email protected]> Co-authored-by: Jessica <[email protected]>
- Loading branch information
1 parent
86c309d
commit fac8bcc
Showing
11 changed files
with
74 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
bare-metal/apple-silicon/troubleshooting/cant-connect-using-ssh.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
meta: | ||
title: Resolving SSH connection issues to Scaleway Mac mini | ||
description: Learn how to fix SSH connection problems with Scaleway Apple silicon Mac mini by uploading your SSH key and rebooting the device. | ||
content: | ||
h1: Resolving SSH connection issues to Scaleway Mac mini | ||
paragraph: Learn how to fix SSH connection problems with Scaleway Apple silicon Mac mini by uploading your SSH key and rebooting the device. | ||
tags: ssh ssh-key connection | ||
dates: | ||
validation: 2024-06-12 | ||
posted: 2024-06-12 | ||
categories: | ||
- bare-metal | ||
--- | ||
|
||
This documentation addresses an issue faced by users who are unable to connect to their Mac Mini via SSH. | ||
This problem typically arises because the user's SSH key has not been uploaded to the Mac Mini. | ||
It can also happen after multiple authentication failures while trying to access the VNC server because of default fail2ban security policies. | ||
This guide provides the necessary steps to resolve this issue by connecting to the Scaleway console and rebooting the Mac Mini from the Apple silicon section. | ||
|
||
<Message type="note"> | ||
The reboot **must** be carried out via the console, and not via any other method, in order to resolve the problem. | ||
</Message> | ||
|
||
|
||
<Macro id="requirements" /> | ||
|
||
- A Scaleway account logged into the [console](https://console.scaleway.com) | ||
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization | ||
- An [SSH key](/identity-and-access-management/organizations-and-projects/how-to/create-ssh-key/) | ||
- A [Mac mini](/bare-metal/apple-silicon/how-to/create-mac-mini/) | ||
|
||
1. Click **Apple silicon** in the **Bare Metal** section of the side menu. A list of your Mac minis displays. | ||
2. Click the Mac mini you want to configure. Your Mac mini information page displays. | ||
3. Scroll down to the **Reboot Mac mini** section. Click **Reboot** to reboot the Mac mini. | ||
<Message type="tip"> | ||
Ensure you have [generated and uploaded your SSH key](/identity-and-access-management/organizations-and-projects/how-to/create-ssh-key/) before rebooting your Mac mini. | ||
</Message> | ||
4. Click **Reboot Mac mini** to confirm. The Mac mini reboots and your SSH key will be uploaded during the boot process. Banned host lists are reset as well. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters