This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
commons:ssh [2017/09/19 15:44] kschmittle |
commons:ssh [2020/10/15 14:58] tylercharity [Dynamic Forwarding] Added a more in-depth tutorial for setting up an ssh proxy in ubuntu 18.04 |
||
---|---|---|---|
Line 4: | Line 4: | ||
When you log in via SSH, you may be shown a key fingerprint. | When you log in via SSH, you may be shown a key fingerprint. | ||
< | < | ||
- | lovecraft (login/ | + | lovecraft (login/ |
+ | RSA: | ||
+ | DSA: | ||
+ | ED25519: nzI/ | ||
+ | |||
+ | ####################### | ||
+ | |||
+ | ECDSA: | ||
+ | RSA: | ||
+ | DSA: 21: | ||
+ | ED25519: 50: | ||
+ | | ||
edison | edison | ||
tesla | tesla | ||
</ | </ | ||
- | **If a key does not match, | + | **If a key does not match, inform a system administrator immediately, |
On Linux or OS X you would type the following into a terminal: | On Linux or OS X you would type the following into a terminal: | ||
Line 38: | Line 49: | ||
Host cs | Host cs | ||
- | HostName | + | HostName |
User username | User username | ||
DynamicForward 5050 | DynamicForward 5050 | ||
| | ||
- | The first three lines add a host alias for you so that you can login with '' | + | The first three lines add a host alias for you so that you can login with '' |
Regardless of the tool you're setting this up with, all you need to know is: | Regardless of the tool you're setting this up with, all you need to know is: | ||
Line 49: | Line 60: | ||
- The Proxy Host is '' | - The Proxy Host is '' | ||
- The port is 5050, or any other port number as long as it matches the '' | - The port is 5050, or any other port number as long as it matches the '' | ||
+ | |||
+ | For example, on Ubuntu 18.04, you can configure your proxy in settings like so: | ||
+ | - Go to settings-> | ||
+ | - Select " | ||
+ | - Enter your desired port number. | ||
+ | - Clear the " | ||
+ | - Configure your browser to use your system' | ||
This won't be incredibly useful for most users, but it's good general information to know about how ssh works and what it can do. | This won't be incredibly useful for most users, but it's good general information to know about how ssh works and what it can do. | ||
+ | |||
+ |