BwFileStorage SSH: Difference between revisions
From Lsdf
Jump to navigationJump to search
(Created page with "<H1>Using SSH from Unix client</H1> '''Access login cluster:''' bwfilestorage-login.lsdf.kit.edu '''Example:''' <pre> >ssh -p 22 ka_xy1234@bwfilestorage-login.lsdf.kit.edu <...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 23: | Line 23: | ||
'''Tools for example:''' |
'''Tools for example:''' |
||
*[http://www.openssh.com/ OpenSSH] |
*[http://www.openssh.com/ OpenSSH] |
||
*[http:// |
*[http://winscp.net/eng/download.php WinSCP] |
||
*[https://filezilla-project.org/download.php?show_all=1 FileZilla] |
|||
*[http://cygwin.com/install.html Cygwin] |
*[http://cygwin.com/install.html Cygwin] |
||
*[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty suite] |
|||
'''Access login cluster:''' bwfilestorage-login.lsdf.kit.edu |
'''Access login cluster:''' bwfilestorage-login.lsdf.kit.edu |
||
<hr> |
<hr> |
Latest revision as of 10:18, 12 March 2015
Using SSH from Unix client
Access login cluster: bwfilestorage-login.lsdf.kit.edu
Example:
>ssh -p 22 ka_xy1234@bwfilestorage-login.lsdf.kit.edu
Access per ssh key:
Example:
>ssh-keygen -b 2048 -t rsa -C "Login username" >ssh-copy-id -i ~/.ssh/id_rsa.pub ka_xy1234@bwfilestorage-login.lsdf.kit.edu
Attention: Posix style file commands (for instance chmod) must not be applied on files on a CIFS share. This may revoke sharing and Access Lists (ACLs), steering the access to the files.
Using SSH from Windows and Mac client
Windows clients do not have a SSH client installed by default, so it needs to be installed before this protocol can be used.
Tools for example:
Access login cluster: bwfilestorage-login.lsdf.kit.edu