cs101:sshfromlinux
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
cs101:sshfromlinux [2018/05/17 14:52] – created localadmin | cs101:sshfromlinux [2020/09/07 23:08] (current) – [Basic Syntax] localadmin | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== How To Use SSH to Connect to a Remote Server ===== | + | ====== How To Use SSH on Linux to Connect to a Remote Server |
This information is provided for the [[https:// | This information is provided for the [[https:// | ||
===== What Is SSH? ===== | ===== What Is SSH? ===== | ||
- | **SSH**, or **Secure Shell**, is a protocol used to securely log onto remote systems (Not just computers but some routers, switches, etc). It is the most common way to access remote Linux and Unix-like servers. | + | **[[cs101: |
The Linux tool for connecting to a system, that allows remote connections using SSH, is called, unsurprisingly, | The Linux tool for connecting to a system, that allows remote connections using SSH, is called, unsurprisingly, | ||
+ | ssh is run from the command shell ([[cs101: | ||
==== Basic Syntax ==== | ==== Basic Syntax ==== | ||
The most basic form of the command is: | The most basic form of the command is: | ||
Line 29: | Line 29: | ||
exit | exit | ||
- | You can find more information on Ubuntu SSH in the [[http:// | + | You can find more information on Ubuntu SSH in the [[http:// |
cs101/sshfromlinux.1526586755.txt.gz · Last modified: 2018/05/17 14:52 by localadmin