techsupport:guides:ssh
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
techsupport:guides:ssh [2023/09/01 15:10] – kjohns23 | techsupport:guides:ssh [2023/09/07 15:35] (current) – kjohns23 | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== What is SSH ===== | ===== What is SSH ===== | ||
- | SSH is a program that allows you to log in to and run programs on a remote server. It comes in two part - the client and the server. | + | SSH is a program that allows you to log in to and run programs on a remote server. It is used in the School of Computer Science to allow access to our Linux Servers from your own computer, where you can edit, compile, and run code for your labs and assignments. SSH comes in two part - the client and the server. |
**The SSH Server:** The ssh server is a piece of software that runs on a remote computer and listens for connections from the SSH client. | **The SSH Server:** The ssh server is a piece of software that runs on a remote computer and listens for connections from the SSH client. | ||
- | **The SSH Client:** The SSH client runs on your own machine and allows you to connect to the server. It is used in the School of Computer Science to allow access to our Linux Servers from your own computer, where you can edit, compile, and run code for your labs and assignments. | + | **The SSH Client:** The SSH client runs on your own machine and allows you to connect to the server. |
===== Required Software ===== | ===== Required Software ===== | ||
Line 21: | Line 21: | ||
To check if ssh is installed, Open Windows Powershell, and type " | To check if ssh is installed, Open Windows Powershell, and type " | ||
- | {{: | + | {{: |
This client should be available by default, but if it is missing, follow the instructions in the [[ssh# | This client should be available by default, but if it is missing, follow the instructions in the [[ssh# | ||
Line 28: | Line 28: | ||
The SSH client comes automatically installed as part of Mac OS. To access the ssh client, open the Terminal application, | The SSH client comes automatically installed as part of Mac OS. To access the ssh client, open the Terminal application, | ||
+ | |||
+ | {{: | ||
=== Linux === | === Linux === | ||
Line 66: | Line 68: | ||
=== APT === | === APT === | ||
- | * apt-get install openssh-client | + | * '' |
=== YUM === | === YUM === | ||
- | * openssh-clients | + | * '' |
techsupport/guides/ssh.1693581056.txt.gz · Last modified: 2023/09/01 15:10 by kjohns23