1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-04-09 08:51:12 +00:00
2023-08-06 08:01:21 -04:00

22 lines
334 B
Markdown

# Miscellaneous
These files contain important data sourced by the configuration, or simply
information to store for safekeeping later.
---
Creating hashed password for [password.sha512](./password.sha512):
```
mkpasswd -m sha-512
```
---
Getting key for [public-keys](./public-keys):
```
ssh-keyscan -t ed25519 <hostname>
```