mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-12-19 11:12:18 +01:00
6 lines
83 B
Bash
Executable file
6 lines
83 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -euo
|
|
|
|
touch $HOME/.ssh/known_hosts
|
|
chmod 600 $HOME/.ssh/known_hosts
|