Which communication protocol does Ansible use to connect to remote devices?

IT Exam Items RepositoryCategory: DevNetWhich communication protocol does Ansible use to connect to remote devices?

Which communication protocol does Ansible use to connect to remote devices?

  • Telnet over VPN
  • HTTPS
  • Secure FTP
  • SSH

Explanation: Ansible communicates with remote machines over the SSH protocol. By default, Ansible uses native OpenSSH and connects to remote machines using your current user name, just as SSH does.

Related exam: DevNet Associate Final Exam Answers