Difference between revisions of "Secure Internet Filesystem"
From Linuxnetworks
(initial) |
m (Reverted edits by 217.26.168.45 (Talk); changed back to last version by 84.188.200.68) |
||
(3 intermediate revisions by 3 users not shown) | |||
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 | + | 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 == | == Short Introduction == | ||
− | * [[Secure Internet Filesystem | + | * [[Secure Internet Filesystem/Analysis|Analysis]] |
− | * [[Secure Internet Filesystem | + | * [[Secure Internet Filesystem/Conclusion|Conclusion]] |
== Documentation == | == Documentation == |
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.