Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

SSH


Conexión simple entre Linux

Hacer esto en el servidor de destino

sudo dnf install -y sshd # openssh-server, creo
sudo systemctl start sshd # habilitar para que quede activo
ip addr show # Buscar la IP local
ssh user@192.168.x.x # IP local

Copiar archivos

scp /path/to/my/file user@192.168.x.x:/path/in/destiny/desire # usuario@ip_local:ruta/destino