mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-23 23:35:24 +08:00
7 lines
82 B
Bash
Executable File
7 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
touch $HOME/.ssh/known_hosts
|
|
chmod 600 $HOME/.ssh/known_hosts
|