Difference between revisions of "Secure Internet Filesystem"
From Linuxnetworks
(jdKuvUCC) |
m (Reverted edits by 217.26.168.45 (Talk); changed back to last version by 84.188.200.68) |
||
Line 1: | Line 1: | ||
− | + | The Secure Internet Filesystem (SIFS) is a Linux file system driver enabling users to mount shared directories of a server over the internet. It implements a transport protocol on top of a [http://en.wikipedia.org/wiki/Ssh SSH] connection to provide an authenticated, encrypted and firewall friendly data transfer. SIFS was developed as part of my diploma thesis. | |
+ | |||
+ | == Short Introduction == | ||
+ | |||
+ | * [[Secure Internet Filesystem/Analysis|Analysis]] | ||
+ | * [[Secure Internet Filesystem/Conclusion|Conclusion]] | ||
+ | |||
+ | == Documentation == | ||
+ | |||
+ | * [http://www.linuxnetworks.de/sifs/doc/diplomathesis.pdf Diplomathesis (PDF)] | ||
+ | |||
+ | == Download == | ||
+ | |||
+ | * [http://www.linuxnetworks.de/sifs/download/sifs.tar.gz Initial (read-only) version] | ||
+ | * [http://www.linuxnetworks.de/sifs/download/sifs_dvat_2003.tar.gz Write capable version by Oliver Ries and Ludwig Nuessel] |
Latest revision as of 00:26, 8 January 2009
The Secure Internet Filesystem (SIFS) is a Linux file system driver enabling users to mount shared directories of a server over the internet. It implements a transport protocol on top of a SSH connection to provide an authenticated, encrypted and firewall friendly data transfer. SIFS was developed as part of my diploma thesis.