Home Forums OS X Server and Client Discussion Questions and Answers Web Sharing Home Directories

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #358461
    Anonymous
    Participant

    First 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?

    #358462
    bcirvin
    Participant

    if 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/

    #358463
    bcirvin
    Participant

    anyway, 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/

    #361087
    Anonymous
    Guest

    If 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.

    #361088
    Anonymous
    Guest

    If 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.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.

Comments are closed