SELinux allow non default SSH port
By default, SELinux only allows running SSH service on default port 22. For security, it is better to change the SSH port…
By default, SELinux only allows running SSH service on default port 22. For security, it is better to change the SSH port…
To disable SELinux Method 1 sed -i ‘s/SELINUX=enforcing/SELINUX=disabled/’ /etc/selinux/config setenforce 0 Method 2 edit file vi /etc/selinux/config Find SELINUX=enforcing Replace with SELINUX=disabled…
To disable SELinux, edit Now you need to reboot. If you don’t want to reboot, disable it for current session with If…