Changes between Version 7 and Version 8 of Equipos/DataMeteo/TareasIni
- Timestamp:
- Jun 17, 2017 12:03:47 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Equipos/DataMeteo/TareasIni
v7 v8 7 7 * Editar /etc/sysconfig/network-scripts/ifcfg-eth0-1 y /etc/resolv.conf 8 8 * Claves publicas en root, no funcionaba por SElinux `restorecon -Rv ~/.ssh ` 9 10 {{{ 11 #!sh 12 mkdir /root/.ssh 13 hmod -R go-rwx .ssh 14 cat authorized_keys >> .ssh/authorized_keys 15 chmod go-rw /root/.ssh/authorized_keys 16 17 18 }}} 9 19 10 20