mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-19 21:25:22 +08: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