feat: add hosts-add script to manage SSH known hosts

This commit is contained in:
Burnett01 2025-09-01 15:42:33 +00:00
parent 8e8f89cdc5
commit f85e1bae12

5
docker-rsync/hosts-add Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
set -euo pipefail
echo "$@" >> ~/.ssh/known_hosts