Sharing data with users outside KIT

From Lsdf
Revision as of 18:22, 30 July 2013 by Jvw (talk | contribs)

The LSDF allow sharing of data with users outside KIT by http (web access). The web host share.lsdf.kit.edu runs an http daemon and has several TB disk space to store and server data. The server runs independant from the main storage and user management. In order for users to use this LSDF feature the following steps must be taken:

  • Add a user account This user is local to the web host. Usernames have the format u_<institute>
  • Setup an automatic copy from source to destination

Access via WEB</h> After the user account has been created ask the user to send his private key. The key goes into /home/u_<institute>/.ssh/authorized_keys From then on the user can share data via ssh/scp/sftp over port 2222 ssh -p 2222 u_<institute>@share.lsdf.kit.edu The account passwd is inside the home folder in the file "access.txt", in > case your collaborators can't deal with ssh keys (preferred method of > course) and/or you want to change the password. > > In $HOME there are two links to the PUBLIC_DATA and SHARED_DATA folders. > The public folder is visible through http, > http://share.lsdf.kit.edu/imk/asf/ > while the shared folder is for internal collaboration and only accessible > via ssh/scp/sftp.