Bureaucrats, cc_docs_admin, cc_staff
2,306
edits
(Marked this version for translation) |
No edit summary |
||
Line 6: | Line 6: | ||
<!--T:2--> | <!--T:2--> | ||
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 | *On macOS (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 [[Connecting with PuTTY|PuTTY]], [[Connecting with MobaXTerm|MobaXTerm]], [https://winscp.net/eng/download.php WinSCP], and [https://www.bitvise.com/ssh-client-download Bitvise]. | *For Windows, individuals have to install an SSH client on their own: options include [[Connecting with PuTTY|PuTTY]], [[Connecting with MobaXTerm|MobaXTerm]], [https://winscp.net/eng/download.php WinSCP], and [https://www.bitvise.com/ssh-client-download Bitvise]. | ||
Line 19: | Line 19: | ||
<!--T:3--> | <!--T:3--> | ||
When using Linux or | When using Linux or macOS, you will need to open a terminal, for example /Applications/Utilities/Terminal.app for Apple hardware, and then use the command shown below: | ||
{{Command|ssh -Y userid@machine_name}} | {{Command|ssh -Y userid@machine_name}} | ||