diff options
| author | toufic ar <contact@toufy.me> | 2026-06-23 03:19:58 +0300 |
|---|---|---|
| committer | toufic ar <contact@toufy.me> | 2026-06-23 03:19:58 +0300 |
| commit | 4b1a53d0bd926f3ec9565c1a2f2856db4ddbe4f8 (patch) | |
| tree | 46d881f96c2b4d36d9b400f5fa1d43b911c83d89 /ssh_setup.sh | |
| parent | fed8d10eab407bbfcd24cbfac1c1eef08af6daf2 (diff) | |
| download | servers-4b1a53d0bd926f3ec9565c1a2f2856db4ddbe4f8.tar.gz servers-4b1a53d0bd926f3ec9565c1a2f2856db4ddbe4f8.zip | |
fix ssh known hosts fuckery
Diffstat (limited to 'ssh_setup.sh')
| -rwxr-xr-x | ssh_setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh_setup.sh b/ssh_setup.sh index fdb7172..9d3c12f 100755 --- a/ssh_setup.sh +++ b/ssh_setup.sh @@ -4,5 +4,5 @@ mkdir -p ~/.ssh chmod -R 755 ~/.ssh cp "$SECRET_SSH" ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519 -echo "aphrodite.toufy.me adonis.toufy.me" | - xargs ssh-keyscan >~/.ssh/known_hosts +echo "git.toufy.me aphrodite.toufy.me adonis.toufy.me" | + xargs ssh-keyscan >~/.ssh/known_hosts |
