Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/Usage/LinuxSecurity.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ and Administrators. Check "Replace all child object permissions", and click OK.
OpenSSH client had.

Lastly, once key authentication has been tested, turn off password authentication. On your Linux server:
`sudo nano /etc/ssh/ssh_config.d/99-disable-password-auth.conf`
`sudo nano /etc/ssh/ssh_config.d/00-disable-password-auth.conf`
```
PasswordAuthentication no
```
Expand Down