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

7 lines
82 B
Bash
Executable File

#!/bin/sh
set -eu
touch $HOME/.ssh/known_hosts
chmod 600 $HOME/.ssh/known_hosts