From e05dd729f815acb95669fecc029a261b48fa4f73 Mon Sep 17 00:00:00 2001 From: Carlo Ascani Date: Fri, 5 Aug 2011 00:15:13 -0500 Subject: [PATCH] Fix a typo in documentation --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8f49683f..3be80b6c 100644 --- a/README.rst +++ b/README.rst @@ -320,7 +320,7 @@ keys and a maching authorization file to a privledged user on the other system:: [postgres@node1]$ cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys [postgres@node1]$ chmod go-rwx ~/.ssh/* [postgres@node1]$ cd ~/.ssh - [postgres@node1]$ scp id_rsa.pub id_rsa authorized_keys postgres@node2: + [postgres@node1]$ scp id_rsa.pub id_rsa authorized_keys user@node2: Login as a user on the other system, and install the files into the postgres user's account::