add scanKeys function to wrap ssh-scankeys

This commit is contained in:
eeleater 2025-03-25 06:42:45 +01:00
parent 2098d0fc35
commit 8f8e94aad4

View file

@ -75,3 +75,7 @@ function findfile() {
locate "$PWD*$search*"
}
function scanKeys() {
ssh-keyscan $1 | grep -v '#'
}