iCIS Intra Wiki
categories:             Info      -       Support      -       Software       -      Hardware       |      AllPages       -      uncategorized

Ssh Software: Difference between revisions

From ICIS-intra
Jump to navigation Jump to search
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
<br>
[[Category:Public]] [[Category:Software]] [[Category:AllPages]]
 
== ssh&nbsp;: remote shell&nbsp;&nbsp;&nbsp; <br> ==


= Ssh protocol<br> =
*/usr/bin/ssh (linux)<br>
*[http://www.putty.org/ putty ](windows, opensource)<br>


== ssh : remote shell&nbsp;&nbsp;&nbsp; <br> ==
== scp&nbsp;: remote copy<br> ==


*/usr/bin/ssh (linux)<br>
*/usr/bin/scp (linux)<br>  
*[http://www.putty.org/ putty ](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,opensource)<br>


<br>
== ssh mount<br> ==


== scp : remote copy<br> ==
*[http://dokan-dev.net/en/download/ dokan sshfs]&nbsp; (windows)&nbsp; <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]&nbsp; (linux,opensource)<br>note: install fuse-sshfs linux package<br>


*/usr/bin/scp (linux)<br>
== sshd server  ==
*[http://www.putty.org/ tunnelier ](windows)<br>
*[http://winscp.net winscp ](windows)<br>


<br>
*openssh-server /usr/sbin/sshd (linux/macos)
*[https://github.com/PowerShell/Win32-OpenSSH Windows port of Openssh Server] (windows)  => best ssh server for windows
*[http://www.putty.org/ WinSSHD ](windows) note: All organizations must purchase licenses.
*[http://www.freesshd.com/ FreeSHHd ](windows,free software)


== ssh mount<br> ==
== sftp to ftp bridge<br> ==


*[http://dokan-dev.net/en/download/ dokan sshfs]&nbsp; (windows)&nbsp; <br>note: Dokan sshfs is depending on Dokan library and Microsoft Visual C++ 2005 SP1 Redistributable Package which must be installed first<br>
Some programs have a ftp client builtin to easily give access to remote files from within the program itself. Unfortunately these programs often do not support sftp as well. The solution for this problem is to use a sftp to ftp bridge. The following software delivers this&nbsp;:<br>  
*[http://fuse.sourceforge.net/sshfs.html fuse sshfs]&nbsp; (linux)<br>note: install fuse-sshfs linux package<br>


== sshd server  ==
*[http://www.bitvise.com/ftp-bridge Tunnelier ](windows)<br>note: Tunnelier is free for personal use, as well as for individual commercial use inside organizations.<br><br>


*
<br>
*openssh-server /usr/sbin/sshd (linux)<br>
*[http://www.putty.org/ WinSSHD ](windows)
*[http://www.freesshd.com/ FreeSHHd ](windows)<br><br>

Latest revision as of 14:29, 11 December 2019


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

sshd server

sftp to ftp bridge

Some programs have a ftp client builtin to easily give access to remote files from within the program itself. Unfortunately these programs often do not support sftp as well. The solution for this problem is to use a sftp to ftp bridge. The following software delivers this :

  • Tunnelier (windows)
    note: Tunnelier is free for personal use, as well as for individual commercial use inside organizations.