P2P server connection using Raspberry Pi | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

P2P server connection using Raspberry Pi

Here's the thing: You have a Rpi(Short for Raspberry) in your room. Your friend Jack lives in another city. You two work on projects and need to share files. Your friend bought a Rpi for something but its useless now. You plan to connect two of these Rpis so that you can send or receive files(Security aside). How do you connect them? I know not much about networking but If you do you can answer it. Just summery or blog post link would be fine.

5th Aug 2018, 9:22 AM
Akib
Akib - avatar
12 Answers
+ 4
there are cool documentation regarding this on their website https://www.raspberrypi.org/documentation/remote-access/ssh/
5th Aug 2018, 10:21 AM
Morpheus
Morpheus - avatar
+ 5
You can enable ssh from Raspberry Pi Configuration. Then you can connect to the raspberry using ssh [email protected] ssh user@ip_address Or copy file scp /home/file.txt [email protected]:/home
5th Aug 2018, 9:31 AM
Toni Isotalo
Toni Isotalo - avatar
+ 5
I dont know much about RP, but you might also need to set up the public private keys for your ssh connection prior to getting started. coz its needed for initial connection of 2 normal devices on secure shell.
5th Aug 2018, 10:18 AM
Morpheus
Morpheus - avatar
+ 2
ssh. You just need to enable it.
5th Aug 2018, 9:25 AM
Toni Isotalo
Toni Isotalo - avatar
+ 1
You wanna say something?
6th Aug 2018, 2:33 AM
Akib
Akib - avatar
+ 1
I am here, whenever you have time just post in this thread.
6th Aug 2018, 3:19 AM
Akib
Akib - avatar
0
Can you explain a bit more?
5th Aug 2018, 9:29 AM
Akib
Akib - avatar
0
How to get hacked 101
5th Aug 2018, 7:34 PM
N00B
0
6th Aug 2018, 2:23 AM
Akib
Akib - avatar
0
Akib Reza Yes, I'm here.
6th Aug 2018, 2:27 AM
N00B
0
Akib Reza Yes, why are you guys not just using TLS?
6th Aug 2018, 2:36 AM
N00B
0
I don't know much about TLS. Can you tell me? I just read an article on wikipedia about it. Don't know how its implemented.
6th Aug 2018, 2:51 AM
Akib
Akib - avatar