Commit Graph

7 Commits

Author SHA1 Message Date
e1df797ac1
Fix: no color in helix in tmux 2022-11-04 21:08:20 -07:00
8ed2427671
Refactor: use OpenSSH for UFW & reorder auto.sh 2022-11-04 21:08:20 -07:00
e9c2da12c7
auto: fix incomplete auto.sh 2022-10-22 20:14:56 -07:00
b159429e14
Git: add alias to rebase without resetting committer date 2022-10-22 02:15:59 -07:00
50ea11f79a
Bash: export GPG_TTY to show commit signing prompt 2022-10-22 00:29:07 -07:00
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
61a4f83cb7
Add: automatic configuration script 2022-10-22 00:19:35 -07:00