Difference between revisions of "Sharing data with users outside KIT"

From Lsdf
m (Created page with "The LSDF allow sharing of data with users outside KIT by http (web access). The host share.lsdf.kit.edu runs an http daemon and has several TB disk space to store and server data…")
 
m
Line 1: Line 1:
The LSDF allow sharing of data with users outside KIT by http (web access). The 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 followoing steps must be taken:
+
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. The user is local to the host. Usernames have the format
+
* '''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'''
  +
  +
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.

Revision as of 18:18, 30 July 2013

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

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.