Reapply fix for ssh args typo
This commit is contained in:
@ -14,7 +14,7 @@ perror() {
|
||||
}
|
||||
|
||||
sshcmd() {
|
||||
ssh -o StrictHostKeyChecking=no -o UserKnownHostFiles=/dev/null $*
|
||||
ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null $*
|
||||
}
|
||||
|
||||
dls() {
|
||||
|
Reference in New Issue
Block a user