3 lines
84 B
Bash
3 lines
84 B
Bash
|
#!/bin/sh
|
||
|
exec ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null "$@"
|