Skip to content

Commit 4c56fba

Browse files
Merge pull request #3148 from kieranhejmadi01/performix-install-guide-improvement
Performix install guide minor improvement
2 parents 8909ef8 + 2d579b8 commit 4c56fba

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

108 KB
Loading
31.4 KB
Loading

content/install-guides/performix.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ On the target system, edit the sudoers file:
226226
sudo visudo
227227
```
228228

229-
Add the following line, replacing `<username>` with your actual username:
229+
Add the following line, replacing `<username>` with your actual username. Insert it after any existing entries for that user or their groups, since rules in the sudoers file are applied in order and later entries take precedence.
230230

231231
```bash
232232
<username> ALL=(ALL) NOPASSWD:ALL
@@ -287,6 +287,19 @@ Select **Add** to save the jump node.
287287

288288
You can add multiple jump nodes. The order matters—your connection uses them in sequence. Use drag and drop to reorder jump nodes.
289289

290+
#### Connect using the Arm Performix GUI to a local machine
291+
292+
Performix already includes a built-in `localhost` target through the CLI. However, as of Performix 2026.01, this target is not exposed in the GUI. If you prefer the command line, you can run recipes directly without configuring the target through the GUI. [Skip to the profile the local machine section](#profile-the-local-machine) below.
293+
294+
If you want to target your local machine conveniently through the GUI, use `localhost` in place of `target_host` and select **Username and password** as the authentication method, as shown in the following image. Make sure passwordless `sudo` is enabled for your user account.
295+
296+
297+
![Arm Performix GUI showing the Configure Target form for a local connection using 'localhost', including Host set to localhost, Name field for a custom label, Port set to 22, User set to the local username, authentication set to Username and password, and Host Key Verification options#center](/install-guides/_images/connect-via-local-host.png "Configure local target using localhost in Arm Performix GUI")
298+
299+
Enter the password for your user when prompted
300+
301+
![Arm Performix GUI displaying a password prompt dialog requesting the user's system password for authentication, including a password input field, confirmation button, and context indicating connection to a localhost target#center](/install-guides/_images/performix-add-passwrd.png "Enter user password for localhost authentication in Arm Performix")
302+
290303
### Connect using the Arm Performix CLI
291304

292305
The CLI is useful for Linux hosts or when you prefer command-line workflows.

0 commit comments

Comments
 (0)