Valid RSSH users Primary Key rejected.

Support for security such as Firewalls and securing linux
jman
Posts: 1
Joined: 2014/04/06 15:36:54

Re: Valid RSSH users Primary Key rejected.

Post by jman » 2014/04/06 15:46:04

I had a similar issue and after testing with selinux off (setenforce 0), I resolved it this way;


yum install policycoreutils-python

cat /var/log/audit/audit.log |audit2allow -M ssh

semodule -i ssh

# and for good measure

restorecon -r .ssh/

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Valid RSSH users Primary Key rejected.

Post by TrevorH » 2014/04/06 16:32:41

Actually the last thing you did is probably the thing that fixed it, the rest just created a possible security loophole and I think you should undo it.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply