Translations:SSH/2/en: Difference between revisions
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
Various implementations of the SSH standard exist for most major operating systems. | Various implementations of the SSH standard exist for most major operating systems. | ||
*On macOS and Linux the most widely used client is OpenSSH, a command line application installed by default on these platforms. | *On macOS and Linux the most widely used client is OpenSSH, a command line application installed by default on these platforms. | ||
*For Windows, | *For recent versions of Windows, SSH is available in the PowerShell terminal, in the <code>cmd</code> prompt, or through Windows Subsystem for Linux (WSL). There are also some 3rd-party SSH clients that are popular, such as [[Connecting with PuTTY|PuTTY]], [[Connecting with MobaXTerm|MobaXTerm]], [https://winscp.net/eng/download.php WinSCP], and [https://www.bitvise.com/ssh-client-download Bitvise]. |
Revision as of 13:16, 20 May 2021
Various implementations of the SSH standard exist for most major operating systems.
- On macOS and Linux the most widely used client is OpenSSH, a command line application installed by default on these platforms.
- For recent versions of Windows, SSH is available in the PowerShell terminal, in the
cmd
prompt, or through Windows Subsystem for Linux (WSL). There are also some 3rd-party SSH clients that are popular, such as PuTTY, MobaXTerm, WinSCP, and Bitvise.