ubuntu:ssh
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:ssh [2019/11/24 14:18] – created peter | ubuntu:ssh [2023/06/09 16:04] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== SSH ====== | ====== SSH ====== | ||
- | [[SSH: | + | ===== OpenSSH ===== |
- | [[SSH: | + | OpenSSH is the implementation of the SSH protocol on Ubuntu. |
- | [[SSH:Configure sshd|Configure sshd]] | + | * OpenSSH is recommended for remote login, making backups, remote file transfer via scp or sftp, and much more. |
+ | * SSH is perfect to keep confidentiality and integrity for data exchanged between two networks and systems. | ||
- | [[SSH: | + | However, the main advantage is server |
- | [[SSH: | + | Here are a few things you need to tweak in order to improve OpenSSH server security. |
- | [[SSH:Disabling sshd|Disabling sshd]] | + | <WRAP important> |
+ | **IMPORTANT: | ||
- | [[SSH: | + | <code bash> |
+ | sudo cp / | ||
+ | </ | ||
- | [[SSH:Get the host's fingerprint|Get the host's fingerprint]] | + | ...and |
- | [[SSH: | + | <code bash> |
+ | sudo chmod a-w / | ||
+ | </ | ||
+ | </ | ||
- | [[SSH:Limit user logins|Limit user logins]] | + | <WRAP info> |
+ | **NOTE**: Not all of the possible changes mentioned below have to be made. | ||
- | [[SSH: | + | Some changes are not recommended to be made but may offer tighter security depending on your requirements. |
+ | </ | ||
- | [[SSH: | + | ---- |
- | [[SSH:Restart SSH|Restart SSH]] | + | [[Ubuntu:SSH:Blacklist a public key|Blacklist a public key]] |
- | [[SSH:Setup SSH Keys|Setup SSH Keys]] | + | [[Ubuntu:SSH:Change the Port|Change the Port]] |
- | [[SSH:Test mode|Test mode]] | + | [[Ubuntu:SSH:Check the Current SSH Ports|Check the Current SSH Ports]] |
- | [[SSH:Troubleshooting SSH|Troubleshooting SSH]] | + | [[Ubuntu:SSH:Configure sshd|Configure sshd]] |
+ | [[Ubuntu: | ||
- | ===== OpenSSH ===== | + | [[Ubuntu: |
- | OpenSSH is the implementation of the SSH protocol on Ubuntu. OpenSSH is recommended for remote login, making backups, remote file transfer via scp or sftp, and much more. SSH is perfect to keep confidentiality and integrity for data exchanged between two networks and systems. However, the main advantage is server | + | [[Ubuntu:SSH:Creating public/ |
- | Here are a few things you need to tweak in order to improve OpenSSH server security: | + | [[Ubuntu:SSH: |
- | Before making any modifications to the **/ | + | [[Ubuntu:SSH: |
- | <code bash> | + | [[Ubuntu: |
- | sudo cp / | + | |
- | </ | + | |
- | ...and | + | [[Ubuntu: |
- | <code bash> | + | [[Ubuntu: |
- | sudo chmod a-w / | + | |
- | </ | + | [[Ubuntu: |
+ | |||
+ | [[Ubuntu: | ||
+ | |||
+ | [[Ubuntu: | ||
+ | |||
+ | [[Ubuntu: | ||
+ | |||
+ | [[Ubuntu: | ||
+ | |||
+ | [[Ubuntu: | ||
+ | |||
+ | [[Ubuntu: | ||
+ | |||
+ | [[Ubuntu: | ||
+ | |||
+ | [[Ubuntu: | ||
- | **NOTE**: Not all of the possible changes mentioned below have to be made. Some changes are not recommended to be made but may offer tighter security depending on your requirements. | + | [[Ubuntu:SSH: |
ubuntu/ssh.1574605112.txt.gz · Last modified: 2020/07/15 09:30 (external edit)