mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-21 18:04:37 +00:00
feat: add hosts-add script to manage SSH known hosts
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
|
echo "$@" >> ~/.ssh/known_hosts
|
||||||
Reference in New Issue
Block a user