Skip to content

Commit 9573452

Browse files
committed
Merge PR: Note rocky user has passwordless sudo in usage message caas-slurm-appliance#43
1 parent 254aa54 commit 9573452

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

environments/.caas/ui-meta/slurm-infra-fast-volume-type.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ usage_template: |-
103103
compute* up 60-00:00:0 {{ "%3s" | format(cluster.parameter_values.compute_count) }} idle {{ cluster.name }}-compute-[0-{{ cluster.parameter_values.compute_count - 1 }}]
104104
```
105105
106+
The `rocky` user can be accessed the same way and has passwordless `sudo` enabled.
107+
106108
SSH access can be granted to additional users by placing their SSH public key in `~azimuth/.ssh/authorized_keys`.
107109
108110
services:

environments/.caas/ui-meta/slurm-infra.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ usage_template: |-
9090
compute* up 60-00:00:0 {{ "%3s" | format(cluster.parameter_values.compute_count) }} idle {{ cluster.name }}-compute-[0-{{ cluster.parameter_values.compute_count - 1 }}]
9191
```
9292
93+
The `rocky` user can be accessed the same way and has passwordless `sudo` enabled.
94+
9395
SSH access can be granted to additional users by placing their SSH public key in `~azimuth/.ssh/authorized_keys`.
9496
9597
services:

0 commit comments

Comments
 (0)