initial commit
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-09-04 01:10:58 +02:00
parent 1acb5e74bd
commit 2b077a42cc
3 changed files with 13 additions and 11 deletions

View File

@ -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