SHARING FILES BETWEEN TWO LINUX DEVICES USING ETHERNET
Hi guys, in this blog I'll be showing you how to share files between two Linux machines using ethernet. CONFIGURING THE TWO KALI LINUX MACHINES. Navigate to the network settings and click on the + to add a network and select Ethernet as shown below. Click the create button. You can rename the network connection created to kalitokali as shown below then navigate to the IPV4 Settings tab. While in this tab, click the pull-down arrow at Method and select Link-Local Only as shown below, and click on save. Now having done that to the two Linux devices you'll see a connection is established. Now to verify if all is well open the terminal and type ifconfig and check whether under the ethernet connection there is an assigned IP address. SHARING FILES AND FOLDERS. To share files now we will type the following commands in the terminal. ''' sudo systemctl start ssh.service --> This command will start the ssh service in Kali Linux '''' The reason for s