github.com_burnett01_rsync-.../docker-rsync/hosts-init

6 lines
83 B
Bash
Executable file

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