add scanKeys function to wrap ssh-scankeys
This commit is contained in:
parent
2098d0fc35
commit
8f8e94aad4
1 changed files with 4 additions and 0 deletions
|
@ -75,3 +75,7 @@ function findfile() {
|
|||
|
||||
locate "$PWD*$search*"
|
||||
}
|
||||
|
||||
function scanKeys() {
|
||||
ssh-keyscan $1 | grep -v '#'
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue