Skip to content

Commit

Permalink
Merge pull request #740 from osrm/patch-2
Browse files Browse the repository at this point in the history
fix typos security.md
  • Loading branch information
EmilFattakhov authored Nov 11, 2024
2 parents 106aed0 + 3ebb7a7 commit 67d9f41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/learn/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ However, it's crucial to do your own research and consult ratings before making
- Do not share your 12-word seed phrase or private keys.

- A hardware wallet is by far the most secure way to store your private keys. Unlike online exchanges and wallets, hardware wallets store the keys offline and protect from potential malware or hacking attempts.
The most popular hardware wallets are [Ledger](https://www.ledger.com/) and [Tresor](https://trezor.io/).
The most popular hardware wallets are [Ledger](https://www.ledger.com/) and [Trezor](https://trezor.io/).

- Back up your wallets by securely storing the backups offline or in an encrypted cloud storage. This guarantees that you can recover your funds in case of a device loss, damage, or theft. Many encrypted cloud storage services are available, such as Tresorit, pCloud, Sync.com, SpiderOak, and Mega (the order doesn't matter). However, always conduct your own research.

Expand Down Expand Up @@ -170,7 +170,7 @@ User username # User for login (for a rescue system this must be r
```
*indentation isn't important, 4 spaces indentation is used for a better readability*

Try to connect using simpliest syntax in terminal:
Try to connect using simplest syntax in terminal:
```console
ssh subspace
```
Expand Down Expand Up @@ -204,7 +204,7 @@ ssh -p 12345 user@localhost # specify your port
Now you can log in to your server on a non-standard port using an encrypted connection without entering any credentials!


### Basic Recommendations for Configuring the SShd Configuration File
### Basic Recommendations for Configuring the SSHD Configuration File

As root, edit sshd_config:
```consol
Expand Down Expand Up @@ -235,7 +235,7 @@ systemctl reload sshd
- Reboot your system to ensure that everything is functioning as expected.


Complete SSh manual: [SSH Academy](https://www.ssh.com/academy/ssh/sshd_config)
Complete SSH manual: [SSH Academy](https://www.ssh.com/academy/ssh/sshd_config)

## A Word About Partitioning as a Security Measure.

Expand Down

0 comments on commit 67d9f41

Please sign in to comment.