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

Simple connection between linux

Do this in the destiny ssh

sudo dnf install -y sshd # openssh-server i think
sudo systemctl start sshd # enable for always running
ip addr show # Search for the local ip
ssh user@192.168.x.x # Local ip

Copy files

scp /path/to/my/file user@192.168.x.x:/path/in/destiny/desire # username@localip:path/to