Article 6FWN0 How to connect 2 Home computers for file transfer

How to connect 2 Home computers for file transfer

by
6502
from LinuxQuestions.org on (#6FWN0)
Hello,
I have 2 Home Computers with MX-21.3 Linux.

I am doing at big case Computer:
Code:1. sudo apt update
2. sudo apt install openssh-server
3. ip aI am doing at mini Computer:
Code:1. sudo apt update
2. sudo apt install gftp
3. into Terminal command: gftp
4. Host=IP address of above Computer
Port=22
User=User name of above Computer
Pass=Password of above User

5. Message:
"Opening SSH connection to 192.168.0.###
Running program ssh -o StrictHostKeyChecking=ask -e none -l rubincat -p 22 192.168.0.### -s sftp
3: Protocol Initialization
ssh: connect to host 192.168.0.### port 22: Connection timed out
Error: Could not read from socket: Connection reset by peer
Disconnecting from site 192.168.0.###
"How to do working Network Connection ?
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments