Hello world, I’m brand new to python and I’m trying to do something as a first project.
One disadvantage I’ve learned about when researching SSH is managing keys, and permissions to go along with them.
Another issue (if I actually know what I’m talking about) is that setting everything up has to be done at the physical location of the host system. And, it isn’t very private to set-up. The connection itself is secure, but the set up not so much, and it is very technical and CLI based.
My plan is to integrate ZKsnarks into the project, with the shared file functioning similarly to a Zcash wallet with a shielded address, allowing access to a shared folder while not identifying meta data about the host system, or it’s IP and Mac address.
The second part, beyond basic file sharing is Cloud computing.
Eventually I want to build a custom version of Linux (I am working on that now) that when installed as a virtual machine, allows a remotely accessible environment with dedicated resources like ram, cores, and hard drive space to be added to resource pools (like a mining pool) but instead of mining crypto currency, it would instead be a way to create a mini decentralized IAAS (infrastructure as a service) business to compete with other cloud platforms like AWS/AZURE/GOOGLE.
I think it could be great, because it would allow people to earn income (in Zcash) with basic off the shelf systems or even old computers they no longer use by dedicating storage and processing power to a distributed cloud, and do it with a high degree of anonymity and safety, because God knows what someone may want hosting for.
I could sure use some help!
Thanks in advance!