From 731599d7fe2726418227cac5d164b7a26a4fa7b2 Mon Sep 17 00:00:00 2001 From: sogaoh Date: Wed, 1 Sep 2021 01:59:49 +0900 Subject: [PATCH] fix: path of sshd_config --- install.en.md | 2 +- install.ja.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.en.md b/install.en.md index fae7614..0777942 100644 --- a/install.en.md +++ b/install.en.md @@ -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 diff --git a/install.ja.md b/install.ja.md index 8c7dfa1..bfc3109 100644 --- a/install.ja.md +++ b/install.ja.md @@ -86,7 +86,7 @@ nsswitch.confにstnsを追加し、stns経由での名前解決を有効にし 最後にSSHログインを可能にするため、sshdの設定を行います。 -* /etc/sshd/sshd_config +* /etc/ssh/sshd_config ``` PubkeyAuthentication yes