gpssh-exkeys -f /usr/local/greenplum-db/gpconfigs/all_hosts
出错
[ERROR hadoop4] authentication check failed:
Warning: Permanently added the RSA host key for IP address '192.168.250.184' to the list of known hosts.Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
解决:
vi /etc/selinux/config
#SELINUX=enforcing
SELINUX=disabled
修改之后reboot
本文解决了一个在使用SSH进行远程连接时遇到的SELinux权限拒绝问题。通过修改/etc/selinux/config文件并将SELINUX设置为disabled,然后重启系统来解决此错误。
497

被折叠的 条评论
为什么被折叠?



