mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-11-24 00:13:46 +01:00
4 lines
No EOL
73 B
Bash
4 lines
No EOL
73 B
Bash
#!/bin/sh
|
|
|
|
truncate -s 0 ~/.ssh/known_hosts
|
|
chmod 0664 ~/.ssh/known_hosts |