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. On OS X (Apple) and Linux the most widely used client is OpenSSH, a command line application installed by default on these platforms. For Windows, individuals have to install an SSH client on their own: | Various implementations of the SSH standard exist for most major operating systems. On OS X (Apple) and Linux the most widely used client is OpenSSH, a command line application installed by default on these platforms. For Windows, individuals have to install an SSH client on their own: Options include [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY], [http://mobaxterm.mobatek.net/download-home-edition.html MobaXTerm], and [https://www.bitvise.com/ssh-client-download BitVise]. To use any of these implementations of SSH successfully, you need to know (1) the name of the machine to which you want to connect, (2) your userid and (3) your password. |
Revision as of 14:05, 21 February 2018
Various implementations of the SSH standard exist for most major operating systems. On OS X (Apple) and Linux the most widely used client is OpenSSH, a command line application installed by default on these platforms. For Windows, individuals have to install an SSH client on their own: Options include PuTTY, MobaXTerm, and BitVise. To use any of these implementations of SSH successfully, you need to know (1) the name of the machine to which you want to connect, (2) your userid and (3) your password.