User Tools

Site Tools


ssh_client

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ssh_client [2024/09/04 17:30] – created peteyboyssh_client [2024/09/04 17:33] (current) – fix and add link peteyboy
Line 1: Line 1:
 +====== SSH Clients ======
  
 +===== Command Line Interface Clients =====
 +
 +SSH clients are available at the command line in all the major operating systems:
 +
 +  * In MS Windows, there is not one available at the classic command prompt, but it is available in //powershell//. type "Powershell" in the Windows Search box and select "Windows PowerShell". In the window that pops up, enter your [[using_ssh_for_connections_transfer_to_from_sdf| ''ssh'' command]] at the prompt.
 +  * In MacOS,run the "Terminal" app. In the window that pops up, enter your ''ssh'' command at the prompt.
 +  * In Linux or any unix-like OS, open a shell window in the GUI, or right on the command line, enter your ''ssh'' command at the prompt (you may need to install with a package manager if you have a crazy-barebones installation of linux).
 +
 +
 +
 +===== Windowed Clients =====
 +The classic MS Windows ssh is //Putty//.