Skip to content

Commit

Permalink
Fix ssh status code snippet (#6918)
Browse files Browse the repository at this point in the history
on How to Enable SSH on Ubuntu 20.04 LTS
  • Loading branch information
OzzieOrca committed May 14, 2024
1 parent 530dcc3 commit 06c691b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/security/ssh/enable-ssh-ubuntu/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Checking the status of the SSH server requires using `systemctl` to query the st
To check the status of the SSH server:

```command
sudo systemctl status SSH
sudo systemctl status ssh
```

The status should appear:
Expand Down

0 comments on commit 06c691b

Please sign in to comment.