Answers for "Failed to connect to the host via ssh: [email protected]: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password)"

0

Failed to connect to the host via ssh: [email protected]: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password)

#Add this to /etc/ansible/hosts
192.168.0.179   ansible_ssh_user=root   ansible_ssh_pass=redhat

#in host install sshpass(apt install sshpass)
Posted by: Guest on July-06-2021

Code answers related to "Failed to connect to the host via ssh: [email protected]: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password)"

Browse Popular Code Answers by Language