This commit is contained in:
@ -8,6 +8,7 @@ categories: [ ssh, ssh keys ]
|
||||
comments: true
|
||||
---
|
||||
|
||||
|
||||
Generate a long random password with:
|
||||
```
|
||||
cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 64 | head -n 1
|
||||
|
Reference in New Issue
Block a user