projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbd8013
)
Doc: fix typo.
author
Bo Peng
<pengbo@sraoss.co.jp>
Thu, 18 Aug 2022 05:18:20 +0000
(14:18 +0900)
committer
Bo Peng
<pengbo@sraoss.co.jp>
Thu, 18 Aug 2022 05:19:43 +0000
(14:19 +0900)
doc.ja/src/sgml/example-cluster.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc.ja/src/sgml/example-cluster.sgml
b/doc.ja/src/sgml/example-cluster.sgml
index a20dab6ab14a2129993283986da9af8975357046..ee23f129d9080af3a5c8bb0cc6dcd929fbce0a7d 100644
(file)
--- a/
doc.ja/src/sgml/example-cluster.sgml
+++ b/
doc.ja/src/sgml/example-cluster.sgml
@@
-435,7
+435,7
@@
host replication all samenet scram-sha-256
生成される鍵ファイル名は<literal>id_rsa_pgpool</literal>とします。
</para>
<programlisting>
-[全サーバ]# m
i
dir ~/.ssh
+[全サーバ]# m
k
dir ~/.ssh
[全サーバ]# chmod 700 ~/.ssh
[全サーバ]# cd ~/.ssh
[全サーバ]# ssh-keygen -t rsa -f id_rsa_pgpool
@@
-444,7
+444,7
@@
host replication all samenet scram-sha-256
[全サーバ]# ssh-copy-id -i id_rsa_pgpool.pub postgres@server3
[全サーバ]# su - postgres
-[全サーバ]$ m
i
dir ~/.ssh
+[全サーバ]$ m
k
dir ~/.ssh
[全サーバ]$ chmod 700 ~/.ssh
[全サーバ]$ cd ~/.ssh
[全サーバ]$ ssh-keygen -t rsa -f id_rsa_pgpool