diff options
| author | jerome <jerome@xlinfo.fr> | 2025-01-27 11:30:15 +0100 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-01-27 11:30:15 +0100 |
| commit | 302b227e045e0898c34657476fe52f2d4cd765c9 (patch) | |
| tree | 2f38463d980bb650a097fa59a3a1822eed2fedc9 /local_script | |
| parent | 43abe743f5c20c8cb9045904d07a34250b5315eb (diff) | |
| download | proxmox_lxc-302b227e045e0898c34657476fe52f2d4cd765c9.tar.gz proxmox_lxc-302b227e045e0898c34657476fe52f2d4cd765c9.zip | |
local_script
Diffstat (limited to 'local_script')
| -rwxr-xr-x | local_script | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/local_script b/local_script new file mode 100755 index 0000000..3994e4f --- /dev/null +++ b/local_script @@ -0,0 +1,3 @@ +#!/bin/bash +ssh-keygen -f ~/.ssh/known_hosts -R $1 +ssh-keyscan -H $1 >> ~/.ssh/known_hosts |
