Files
rsync-deployments/docker-rsync/hosts-init
T

7 lines
84 B
Bash
Executable File

#!/bin/sh
set -euo pipefail
touch ~/.ssh/known_hosts
chmod 600 ~/.ssh/known_hosts