Difference between revisions of "SSH"

From CoinWiki
Jump to: navigation, search
(Created page with "Secure Shell is a protocol that allows the user to perform operations securely over an insecure network.")
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
Secure Shell is a protocol that allows the user to perform operations securely over an insecure network.
 
Secure Shell is a protocol that allows the user to perform operations securely over an insecure network.
 +
 +
== SSH Clients ==
 +
=== Windows Clients ===
 +
* [https://www.ssh.com/ssh/putty/download PuTTY]
 +
* [https://www.netsarang.com/products/xsh_overview.html Xshell 5]
 +
* [https://www.emtec.com/zoc/ ZOC Terminal]
 +
* [https://www.vandyke.com/products/securecrt/ SecureCRT]
 +
* [https://mobaxterm.mobatek.net MobaXterm]
 +
 +
=== Mac Clients ===
 +
* [https://www.iterm2.com iTerm2]
 +
* Terminal - Default Mac terminal app
 +
* [https://www.emtec.com/zoc/ ZOC Terminal Mac]
 +
* [https://www.macterm.net MacTerm]
 +
* [https://hyper.is Hyper]
 +
 +
=== Linux Clients ===
 +
* [http://www.linuxfromscratch.org/blfs/view/svn/gnome/gnome-terminal.html Gnome]
 +
* [https://www.emtec.com ZOC Terminal]
 +
* [http://xiki.org Xiki]
 +
* [https://launchpad.net/sakura Sakura]
 +
* [https://github.com/lanoxx/tilda Tilda]
 +
 +
__NOTOC__

Latest revision as of 23:17, 5 March 2018

Secure Shell is a protocol that allows the user to perform operations securely over an insecure network.

SSH Clients

Windows Clients

Mac Clients

Linux Clients