|
|
|
|
|
by kragen
1148 days ago
|
|
no, in inferno or plan9, if a fileserver exports the part of its filesystem that contains its network interface, you can mount that on your filesystem and use its network interface. instant vpn! (except 9p isn't encrypted, oops) the plan9 window system also worked this way, so you could access a window on someone else's display if you mounted it locally; this was how you would run a graphical program on a remote server, by mounting your desktop display in its container on the remote server linux is not like this at all; you have to use separate protocols for graphics, vpning, and filesharing |
|
could you somehow mount or pipe the openssl library on top of the network interface via a helper program and then access it that way to encrypt it?