apatel762 / home-infra

A repository containing all of the setup for my home infra (e.g. my laptop & soon, my server)
GNU Affero General Public License v3.0
0 stars 0 forks source link

Change the default SSH port #115

Open apatel762 opened 1 year ago

apatel762 commented 1 year ago

And update the TODO comment in the configuration template file.

This will likely also involve playing around with the firewall (via firewall-cmd). There's an example of that on this page: https://www.redhat.com/sysadmin/harden-new-system-ansible (scroll down a bit)

apatel762 commented 1 year ago

Encrypting individual Ansible vars: https://stackoverflow.com/questions/30209062/ansible-how-to-encrypt-some-variables-in-an-inventory-file-in-a-separate-vault#44241343