3 lines
83 B
Bash
Executable file
3 lines
83 B
Bash
Executable file
#!/bin/zsh
|
|
ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no "${@}"
|
|
|