You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/install-guides/atp.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ When the installation finishes, select **Close** to exit the installer.
169
169
170
170
Before connecting to an Arm Linux target, ensure SSH key-based authentication is configured and that passwordless sudo access is enabled. If you already manage your target system via SSH, you likely have most of this setup complete.
171
171
172
-
## Check your existing SSH key
172
+
###Check your existing SSH key
173
173
174
174
Verify that you can connect to your target using SSH. Replace `user` with your username and `target_host` with your target's hostname or IP address:
175
175
@@ -243,11 +243,11 @@ Select **Add Target**.
243
243
244
244
In the **Configure Target** form, provide the following details:
245
245
246
-
***Host**: The hostname or IP address of the target machine
247
-
***Name**: A descriptive name for the target
248
-
***Port**: The SSH port number (default is 22)
249
-
***User**: The username for SSH connection
250
-
***SSH Private Key**: Choose**Automatically Detect Key** or **Select Key Manually**
246
+
***Host**: the hostname or IP address of the target machine
247
+
***Name**: a descriptive name for the target
248
+
***Port**: the SSH port number (default is 22)
249
+
***User**: the username for SSH connection
250
+
***SSH Private Key**: choose**Automatically Detect Key** or **Select Key Manually**
251
251
* For manual selection, enter the path to your private key (usually `~/.ssh/id_rsa` or `~/.ssh/id_ed25519`)
252
252
***Host Key Verification**: Choose **Strict** (recommended) or **Ignore**
253
253
* Strict mode verifies the server identity using your `~/.ssh/known_hosts` file
0 commit comments