1、failed to open a SFTP connection (EOF during negotiation)
修改sshd_config中配置
Subsystem sftp internal-sftp
2、Error: ansible requires the stdlib json or simplejson module, neither was found!
目标服务器没有该模块,可以编译后上传
3、whoami: cannot find name for user ID xxxx
检查/etc目录权限,如果为600,普通用户无权限
4、su: incorrect password
查看/etc/pam.d/su配置文件,#auth required pam_wheel.so use_uid
usermod -g wheel xxxx