Difference between revisions of "HPSS User Access to bwDataArchiv with SFTP"

From Lsdf
(Replaced content with "The page has moved: [https://www.rda.kit.edu/103.php]")
(Tag: Replaced)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
<!-- Nach Nutzerhandbuch LSDF-DIS http://www.scc.kit.edu/downloads/sdm/Nutzerhandbuch-LSDF-DIS.pdf -->
+
The page has moved: [https://www.rda.kit.edu/103.php]
 
* First [https://bwidm.scc.kit.edu/user/register-service.xhtml?ssn=bwda register for the bwDataArchive service]. You will receive a service specific user name and password and fill a registration form. In an email you will receive further instructions. After your personal information was successfully validated, your account will be approved to transfer data. Depending on the time of your registration, this may take some hours or up to two working days.
 
* Log in using your bwDataArchive user name (e.g. 'xxx'): sftp xxx@archive-sftp.lsdf.kit.edu
 
 
Example:
 
 
[user@yourhost ~]# sftp k23@archive-sftp.lsdf.kit.edu
 
Connecting to archive-sftp.lsdf.kit.edu...
 
k23@archive-sftp.lsdf.kit.edu's password:
 
sftp> ls -l
 
drwx------ 4 k23 12345 512 Nov 23 16:51 private
 
sftp> cd private
 
sftp> pwd
 
Remote working directory: /private
 
sftp>
 
 
The directory 'private' itself cannot be removed or renamed. Just create folders inside 'private' to organize your data.
 
 
 
* During you first connection you might want to be sure to connect to the right server(s) and there is no man-in-the-middle attack.
 
Therefore, here are the '''fingerprints''' of our sftp servers in different formats - use the one your client supports:
 
 
For the RSA key:
 
SHA256:lO43+mdCiX3G8dYglCJEzE84ZHNK+oK2yVNJaIKyQXM
 
MD5:6c:82:04:67:f9:16:01:40:99:33:c1:3f:9c:49:d6:13
 
 
For the ecdsa key:
 
SHA256:MkeUgBukLYHGrSSsGAqbXWPtdZir2SPJjYrLPXM/44E
 
MD5:97:20:b0:a6:15:53:20:0d:75:63:db:7f:7b:98:e3:28
 
 
For the ed25519:
 
SHA256:mNgCiXzv8gj9OGQt4RIWcZ1ZHeySGYxYl1u05Gpdd3w
 
MD5:83:53:8f:17:19:89:e4:a9:5f:36:2d:54:44:b1:dc:dd
 

Latest revision as of 10:45, 27 June 2022

The page has moved: [1]