Home › Forums › OS X Server and Client Discussion › Questions and Answers › Web Sharing Home Directories
- This topic has 4 replies, 2 voices, and was last updated 20 years, 1 month ago by
Anonymous.
-
AuthorPosts
-
July 11, 2004 at 10:59 pm #358461
Anonymous
ParticipantFirst of all, I have been perusing this site for awhile as it’s helped me troubleshoot. It’s GREAT!
I work in a public high school of about 1000 students and staff. I would like to make available users’ home directories over the Internet so the user could login to pick up or save their work from their home computer (Mac or PC). It would have to be secure, of course! What do you recommend as the best way of doing this? Should I use FTP? WebDAV? I’m kind of stumped by the right approach. Any one doing this …or… does anyone have any recommendations?
July 12, 2004 at 7:25 am #358462bcirvin
Participantif all the student’s are using macs, i would make a webpage with afp://your.server.domainname/user_sharepoint/username links for each homefolder – the students would click and be prompted for a password to connect – you might even be able to force ssh tunneling that way…
ftp would be the easiest cross-platform method, but NOT very secure – just make sure that no mission-critical stuff is in any student home folders.
webdave might be a little more secure, but the difficulty with webdav is that after a user authenticates, the server’s www daemon is what actually get’s at the users’s data, then hands it off to the user. this creates a lot of possible permissons trickiness.
blake/
July 12, 2004 at 7:41 am #358463bcirvin
Participantanyway, webdav works pretty well, but since www doesn’t have access to the users’ entire home folder (documents, for example) – it’s a little iffy.
blake/
March 25, 2005 at 11:19 am #361087Anonymous
GuestIf you set up user directories od a linux server. We are using a dedicated web hosting server running Fedora core 3. I connect to it using NX client and administer it using webmin locally. It runs a freeNX server and allows users to access a KDE desktop. Files can be uploaded and downloaded using winSCP. This ois set up with public key and private key all generated by the Linux server. No passwords are sent and all transmissions are SSH encrypted.
The Linux server also performs user authentication on top
We started with Teacher users and plan to go with students some time. The NX desktop needs reasonable internet bandwith but is amazingly fast.March 25, 2005 at 11:20 am #361088Anonymous
GuestIf you set up user directories od a linux server. We are using a dedicated web hosting server running Fedora core 3. I connect to it using NX client and administer it using webmin locally. It runs a freeNX server and allows users to access a KDE desktop. Files can be uploaded and downloaded using winSCP. This ois set up with public key and private key all generated by the Linux server. No passwords are sent and all transmissions are SSH encrypted.
The Linux server also performs user authentication on top
We started with Teacher users and plan to go with students some time. The NX desktop needs reasonable internet bandwith but is amazingly fast. -
AuthorPosts
- You must be logged in to reply to this topic.
Comments are closed