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 16:21] – 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 68: | Line 68: | ||
=== APT === | === APT === | ||
- | * apt-get install openssh-client | + | * '' |
=== YUM === | === YUM === | ||
- | * openssh-clients | + | * '' |
techsupport/guides/ssh.1693585283.txt.gz · Last modified: 2023/09/01 16:21 by kjohns23