Skip to content

Data Sharing Between Two Ubuntu Computers on the Same Switch using OpenSSH Server

Notifications You must be signed in to change notification settings

manuemmanuel/SSH-File-Transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

Data Sharing Between Two Ubuntu Computers on the Same Switch using OpenSSH Server

Topics

Resources

Stars

Watchers

Forks

Languages