mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-22 23:05:23 +08:00
7 lines
84 B
Bash
Executable File
7 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -euo pipefail
|
|
|
|
touch ~/.ssh/known_hosts
|
|
chmod 600 ~/.ssh/known_hosts
|