QuestionQ980

Automation and Programmability

Which configuration management mechanism uses TCP port 22 by default to communicate with managed nodes?

  • A Ansible
  • B Python
  • C Puppet
  • D Chef
Explanation

Ansible is agentless and, by default, connects to managed nodes using SSH for Unix/Linux systems. SSH uses TCP port 22, so Ansible is the configuration management mechanism that matches this requirement.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!