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

This commit is contained in:
Burnett01
2025-12-02 14:52:50 +00:00
parent 8e8f89cdc5
commit f85e1bae12
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
set -euo pipefail
echo "$@" >> ~/.ssh/known_hosts