Answers for "linux ssh with password in one line"

0

linux ssh with password in one line

sshpass -p '[your_password]' ssh -o StrictHostKeyChecking=no [username]@[hostname]
Posted by: Guest on April-05-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language