pwgen, sshuttle, trap, tree: move to common (#6551)

This commit is contained in:
marchersimon
2021-09-19 16:13:40 +02:00
committed by GitHub
parent e94e6af882
commit 6474a32842
15 changed files with 0 additions and 88 deletions

15
pages/common/pwgen.md Normal file
View File

@@ -0,0 +1,15 @@
# pwgen
> Generate pronounceable passwords.
- Generate random password with s[y]mbols:
`pwgen -y {{length}}`
- Generate secure, hard-to-memorize passwords:
`pwgen -s {{length}}`
- Generate password with at least one capital letter in them:
`pwgen -c {{length}}`