mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-12-19 11:12:18 +01:00
feat: add hosts-add script to manage SSH known hosts
This commit is contained in:
parent
8e8f89cdc5
commit
f85e1bae12
1 changed files with 5 additions and 0 deletions
5
docker-rsync/hosts-add
Executable file
5
docker-rsync/hosts-add
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
echo "$@" >> ~/.ssh/known_hosts
|
||||
Loading…
Reference in a new issue