Skip to content

Commit

Permalink
fix: path of sshd_config
Browse files Browse the repository at this point in the history
  • Loading branch information
sogaoh committed Aug 31, 2021
1 parent 204ad0e commit 731599d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Add stns into `nsswitch.conf` to enable name resolution using STNS. To use LDAP

**Lastly**, configure sshd to enable SSH login using STNS.

`/etc/sshd/sshd_config`:
`/etc/ssh/sshd_config`:

```
PubkeyAuthentication yes
Expand Down
2 changes: 1 addition & 1 deletion install.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ nsswitch.confにstnsを追加し、stns経由での名前解決を有効にし

最後にSSHログインを可能にするため、sshdの設定を行います。

* /etc/sshd/sshd_config
* /etc/ssh/sshd_config

```
PubkeyAuthentication yes
Expand Down

0 comments on commit 731599d

Please sign in to comment.