Show HN: Simple Mbtiles Server – Self-host the entire planet of OpenStreetMaps
github.com203 pointsby markuman12377 comments
totp() {
TOKEN=$(keyring get totp $1)
oathtool -b --totp $TOKEN | xclip
}
and my TOTP secrets are saved via ansible-vault - name: set TOTP in keyring
with_items: "{{ TOTP }}"
community.general.keyring:
service: totp
username: "{{ item }}"
password: "{{ TOTP[item] }}"
keyring_password: "{{ keyring_password }}"
1. ufw limit ssh.
2. Ansible devsec.hardening.ssh_hardening
3. fail2ban