View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000231 | My infrastructure | General | public | 2024-06-29 14:41 | 2024-06-30 21:09 |
| Reporter | dvl | Assigned To | dvl | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Summary | 0000231: How many jails have no root password? | ||||
| Description | Check | ||||
| Tags | No tags attached. | ||||
|
|
Using sudo grep ^root:: /jails/*/etc/master.passwd |
|
|
I'm using this:[21:06 r730-01 dvl ~] % cat ~/bin/jails-no-root-passwd #!/bin/sh jails=$(sudo grep -l ^root:: /jails/*/etc/master.passwd | cut -f 3 -d '/') for jail in $jails do sudo jexec $jail passwd done |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-06-29 14:41 | dvl | New Issue | |
| 2024-06-29 14:41 | dvl | Status | new => assigned |
| 2024-06-29 14:41 | dvl | Assigned To | => dvl |
| 2024-06-30 21:03 | dvl | Note Added: 0000272 | |
| 2024-06-30 21:06 | dvl | Note Added: 0000273 | |
| 2024-06-30 21:09 | dvl | Status | assigned => closed |
| 2024-06-30 21:09 | dvl | Resolution | open => fixed |