3 lines
83 B
Bash
Executable file
3 lines
83 B
Bash
Executable file
#!/bin/bash
|
|
ssh -v -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no $1
|
|
|