enables automation / scripting using ssh and scp without needing prompting for trusting new hosts
Former-commit-id: 166f743781348070b95a8b181c7146ea5930dc2b
* add support for multiple keys to be added; converts private key to dropbear for unifi scp use
* change ssh id filename for dropbear default
using .ssh/id_dropbear is dropbear's default id file so no need to use
`ssh -i /root/id_rsa`
any more.
Former-commit-id: 8043e6ae6ae78ecf2b956e99eef2ebebd1836f4e
* add support for multiple keys to be added; converts private key to dropbear for unifi scp use
* change ssh id filename for dropbear default
using .ssh/id_dropbear is dropbear's default id file so no need to use
`ssh -i /root/id_rsa`
any more.
* Add a script to update your pihole container
* Add instructions for upgrading your pihole container
Co-authored-by: Jon Stroud <jon.stroud@keysight.com>
Former-commit-id: dbf8c79270a82a24b0f82b8aeae051b4261f0f50
* Add a script to update your pihole container
* Add instructions for upgrading your pihole container
Co-authored-by: Jon Stroud <jon.stroud@keysight.com>
* Create 25-add-cron-jobs
my suggestion for adding cron jobs on startup
* Update 25-add-cron-jobs
Former-commit-id: d09f89a327d3ab869a9f047c97dd619d08cfa8a3
* Update 05-install-cni-plugins.sh
Added checksum checks for cni-plugin. Also allowed for specific version selection. Finally added a fallback to the last installed version.
* Update 05-install-cni-plugins.sh
moved the net.d setup from dns to cni-plugin, so that all the function of cni are in one place.
* Update 10-dns.sh
moved conf files from dns to cni-plugin
* Update 05-install-cni-plugins.sh
Fixed some comments
* Update 05-install-cni-plugins.sh
Fix comments
Former-commit-id: 87b9f7dac6b3163bb5c09fc9bcb86fcfa7fa0c59
* Update 05-install-cni-plugins.sh
Added checksum checks for cni-plugin. Also allowed for specific version selection. Finally added a fallback to the last installed version.
* Update 05-install-cni-plugins.sh
moved the net.d setup from dns to cni-plugin, so that all the function of cni are in one place.
* Update 10-dns.sh
moved conf files from dns to cni-plugin
* Update 05-install-cni-plugins.sh
Fixed some comments
* Update 05-install-cni-plugins.sh
Fix comments