Changes between Version 2 and Version 3 of Equipos/DataMeteo/TareasIni
- Timestamp:
- Jun 15, 2017 4:57:48 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Equipos/DataMeteo/TareasIni
v2 v3 9 9 * [wiki:Equipos/Kvm Crear MV] 10 10 * Se instala openssh-server y se configura public keys , no funcionaba por SElinux `restorecon -Rv ~/.ssh ` se comprobó en cliente con `ssh ···@··· -v ` y en servidor apagando servicio y arrancdo `/usr/sbin/ssh -d` 11 {{{ 12 #!sh 13 [root@spock2 ~]# setenforce permissive 14 [root@spock2 ~]# sestatus 15 SELinux status: enabled 16 SELinuxfs mount: /selinux 17 Current mode: permissive 18 Mode from config file: enforcing 19 Policy version: 24 20 Policy from config file: targeted 11 21 22 [root@spock2 ~]# setenforce enforcing 23 24 }}}