iCIS Intra Wiki
categories: Info - Support - Software - Hardware | AllPages - uncategorized
Ssh Software: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
*/usr/bin/ssh (linux)<br> | */usr/bin/ssh (linux)<br> | ||
*[http://www.putty.org/ putty ](windows)<br> | *[http://www.putty.org/ putty ](windows, opensource)<br> | ||
== scp : remote copy<br> == | == scp : remote copy<br> == | ||
*/usr/bin/scp (linux)<br> | */usr/bin/scp (linux)<br> | ||
*[http://www.putty.org/ tunnelier ](windows)<br> | *[http://www.putty.org/ tunnelier ](windows)<br>note: Tunnelier is free for personal use, as well as for individual commercial use inside organizations.<br> | ||
*[http://winscp.net winscp ](windows)<br> | *[http://winscp.net winscp ](windows,opensource)<br> | ||
== ssh mount<br> == | == ssh mount<br> == | ||
*[http://dokan-dev.net/en/download/ dokan sshfs] (windows) <br>note: Dokan sshfs is depending on Dokan library and Microsoft Visual C++ 2005 SP1 Redistributable Package which must be installed first<br> | *[http://dokan-dev.net/en/download/ dokan sshfs] (windows) <br>note: Dokan sshfs is depending on Dokan library and Microsoft Visual C++ 2005 SP1 Redistributable Package which must be installed first<br> | ||
*[http://fuse.sourceforge.net/sshfs.html fuse sshfs] (linux)<br>note: install fuse-sshfs linux package<br> | *[http://fuse.sourceforge.net/sshfs.html fuse sshfs] (linux,opensource)<br>note: install fuse-sshfs linux package<br> | ||
== sshd server == | == sshd server == | ||
*openssh-server /usr/sbin/sshd (linux)<br> | *openssh-server /usr/sbin/sshd (linux)<br> | ||
*[http://www.putty.org/ WinSSHD ](windows) | *[http://www.putty.org/ WinSSHD ](windows) note: All organizations must purchase licenses. | ||
*[http://www.freesshd.com/ FreeSHHd ](windows)<br><br> | *[http://www.freesshd.com/ FreeSHHd ](windows,free software) <br><br> |
Revision as of 10:07, 14 July 2010
Ssh protocol
ssh : remote shell
- /usr/bin/ssh (linux)
- putty (windows, opensource)
scp : remote copy
- /usr/bin/scp (linux)
- tunnelier (windows)
note: Tunnelier is free for personal use, as well as for individual commercial use inside organizations. - winscp (windows,opensource)
ssh mount
- dokan sshfs (windows)
note: Dokan sshfs is depending on Dokan library and Microsoft Visual C++ 2005 SP1 Redistributable Package which must be installed first - fuse sshfs (linux,opensource)
note: install fuse-sshfs linux package