“Connection closed by [HOST IP]” using dsa key authentication

前端 未结 6 1687
难免孤独
难免孤独 2021-02-20 15:07

I have a shared /home setup using Perceus Cluster Software (http://perceus.org) for our Cluster. Nodes are using CentOS 6.1 x86_64. /home is shared from the head to the nodes b

6条回答
  •  青春惊慌失措
    2021-02-20 16:12

    I had a very similar problem to yours.

    It turns out my problem, and possibly yours, was caused because my home directory was a NFS mount, and selinux (on CentOS 7) was throwing up some errors (which were quite hard to track down). The fix was simple though.

    setsebool -P use_nfs_home_dirs 1
    

提交回复
热议问题