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

6 lines
82 B
Bash
Executable file

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