3 lines
91 B
Bash
Executable File
3 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sshpass -p 'root' ssh -o StrictHostKeychecking=no -p 2222 root@127.0.0.1 "$@" |