My personal configuration files.
Go to file
DuckDuckWhale 1eedf4a4f1
SSH: HashKnownHosts=no
HashKnownHosts provides an appearance of security but is actually
[easily crackable](https://github.com/chris408/known_hosts-hashcat) and
doesn't prevent leakage from other sources, such as the shell history or
SSH config.  Most importantly, it makes properly maintaining the list
tedious and error-prone by making it hard to remove changed keys and
impossible to remove obsolete entries, therefore possibly weakening
security.  Security should be enforced by password-protecting SSH keys
instead.
2022-10-22 00:20:29 -07:00
auto SSH: HashKnownHosts=no 2022-10-22 00:20:29 -07:00
system Add: automatic configuration script 2022-10-22 00:19:35 -07:00
README.md Rename from linux-configs to dotfiles 2021-12-31 23:47:39 -08:00

Dotfiles

My personal configuration files.