Skip to content

Commit e131500

Browse files
Update ATP install guide
1 parent f1573f7 commit e131500

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

content/install-guides/atp.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ When the installation finishes, select **Close** to exit the installer.
169169

170170
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.
171171

172-
## Check your existing SSH key
172+
### Check your existing SSH key
173173

174174
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:
175175

@@ -243,11 +243,11 @@ Select **Add Target**.
243243

244244
In the **Configure Target** form, provide the following details:
245245

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**
251251
* For manual selection, enter the path to your private key (usually `~/.ssh/id_rsa` or `~/.ssh/id_ed25519`)
252252
* **Host Key Verification**: Choose **Strict** (recommended) or **Ignore**
253253
* Strict mode verifies the server identity using your `~/.ssh/known_hosts` file

0 commit comments

Comments
 (0)