From: Tatsuo Ishii Date: Tue, 18 Aug 2020 03:05:58 +0000 (+0900) Subject: Doc: mention that pgpool_setup needs to configure ssh log into localhost without... X-Git-Tag: V3_6_22~6 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=2e6e4745466e96d6908200254b6871ea7f0fe05b;p=pgpool2.git Doc: mention that pgpool_setup needs to configure ssh log into localhost without password. --- diff --git a/doc.ja/src/sgml/ref/pgpool_setup.sgml b/doc.ja/src/sgml/ref/pgpool_setup.sgml index 68e897d37..ed7417904 100644 --- a/doc.ja/src/sgml/ref/pgpool_setup.sgml +++ b/doc.ja/src/sgml/ref/pgpool_setup.sgml @@ -59,6 +59,11 @@ Pgpool-II documentation 実際の業務システムで利用することはおすすめしません。 + + pgpool_setup はlocalhostに対してsshを実行します。 + パスワード無しでsshでlocalhostにログインできるように事前に設定してください。 + +