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.
8/5/2018 9:22:05 AM
Akib12 Answers
New Answerthere are cool documentation regarding this on their website https://www.raspberrypi.org/documentation/remote-access/ssh/
You can enable ssh from Raspberry Pi Configuration. Then you can connect to the raspberry using ssh [email protected] ssh [email protected]_address Or copy file scp /home/file.txt [email protected]:/home
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.
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.
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message