diff --git a/tsa/howto/postgresql.mdwn b/tsa/howto/postgresql.mdwn
index 9461f81d838893a00db8e054c071e1733f62f933..a349b8aadc699923249ca2156b295a04fe749a5e 100644
--- a/tsa/howto/postgresql.mdwn
+++ b/tsa/howto/postgresql.mdwn
@@ -127,7 +127,7 @@ server to the database server and restores from those.
  3. And on the client, allow the server `$HOSTKEY` (the above `cat
     /etc/ssh/ssh_host_rsa_key.pub` on the backup server):
 
-        echo "$HOSTKEY" >> /etc/ssh/userkeys/root
+        echo "$HOSTKEY" >> /etc/ssh/userkeys/root.more
 
  4. Then, we can transfer files over from the backup server to the
     client:
@@ -183,6 +183,8 @@ server to the database server and restores from those.
  11. re-enable Puppet, which should clean up the extra SSH key:
 
         puppet agent -t
+    
+     make sure it's okay in `/etc/ssh/userkeys/root`
 
 When the restore succeeds, the `recovery.conf` file will be renamed to
 `recovery.done` and you will see something like: