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