From d5c0092fa34254617275043d85eb1eb3d3508dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E6=B2=BC?= Date: Thu, 23 Mar 2017 10:25:23 -0500 Subject: [PATCH] fix typo (#394) --- README.ja.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.ja.md b/README.ja.md index 8ecdaed4..a2c22bcf 100644 --- a/README.ja.md +++ b/README.ja.md @@ -193,8 +193,8 @@ host = "localhost" port = "local" ``` -Root権限が必要なディストリビューションもあるで、スキャン対象サーバの/etc/sudoersを変更する。 -パスワードありのsudoはセキュリティ上の理由からサポート指定いないので、スキャンに必要なコマンドは、`NOPASSAWORD`として、remote host上の`etc/sudoers`に定義しておく。 +Root権限が必要なディストリビューションもあるので、スキャン対象サーバの/etc/sudoersを変更する。 +パスワードありのsudoはセキュリティ上の理由からサポートしていないので、スキャンに必要なコマンドは、`NOPASSAWORD`として、remote host上の`etc/sudoers`に定義しておく。 See [Usage: Configtest#Check /etc/sudoers](#check-etcsudoers) ## Step6. Check config.toml and settings on the server before scanning