Skip to content
中文

Issues during deployment - Problems in the SSH authentication information preparation step

Possible Cause 1:

SSH configuration file restricts passwordless login

· Ensure /etc/ssh/sshd_config is configured with

RSAAuthentication yes
PubkeyAuthentication yes

Root Password Remote Login

· Install sshpass plugin

 yum -y install sshpass

· Ensure /etc/ssh/sshd_config is configured with

PermitRootLogin yes
PasswordAuthentication yes

· Add after the inventory node

ansible_ssh_user=root ansible_ssh_pass=rootpassword

Digital Ecosystem Infrastructure.