# This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - No SELinux policy is loaded. SELINUX=disabled # SELINUXTYPE= can take one of three values: # targeted - Targeted processes are protected, # minimum - Modification of targeted policy. Only selected processes are protected. # mls - Multi Level Security protection. SELINUXTYPE=targeted
[root@Client ~]# ssh-keygen Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /root/.ssh/id_rsa. Your public key has been saved in /root/.ssh/id_rsa.pub. The key fingerprint is: SHA256:BEb9+s9g1HmI1p8VIPid9xi/iVtma+r22sfsALNAcs8 root@Client The key's randomart image is: +---[RSA 2048]----+ | .+. .. . | | . ... . . | | o.+ . .. | | . +.B =...| | S.= E o+o| | .o . *.oo| | .o . =*o| | ..o o===| | .==*=o| +----[SHA256]-----+