iCIS Intra Wiki
categories: Info - Support - Software - Hardware | AllPages - uncategorized
Ssh Software: Difference between revisions
Jump to navigation
Jump to search
Created page with '<br> = Ssh protocol<br> = == ssh : remote shell <br> == */usr/bin/ssh (linux)<br> *[http://www.putty.org/ putty ](windows)<br> <br> == scp : remote copy<br…' |
No edit summary |
||
| Line 23: | Line 23: | ||
*[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)<br>note: install fuse-sshfs linux package<br> | ||
== sshd server == | == sshd server == | ||
**<br> | * | ||
*openssh-server /usr/sbin/sshd (linux)<br> | |||
*[http://www.putty.org/ WinSSHD ](windows) | |||
*[http://www.freesshd.com/ FreeSHHd ](windows)<br><br> | |||
Revision as of 09:39, 14 July 2010
Ssh protocol
ssh : remote shell
- /usr/bin/ssh (linux)
- putty (windows)
scp : remote copy
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)
note: install fuse-sshfs linux package