Data Sharing Between Two Ubuntu Computers on the Same Switch Install OpenSSH Server sudo apt update sudo apt install openssh-server Find IP Address ifconfig Copy Files Using SCP scp /path/to/file username@destination_ip:/path/to/destination Access via SSH ssh username@destination_ip