diff --git a/en_US.ISO8859-1/books/handbook/security/chapter.sgml b/en_US.ISO8859-1/books/handbook/security/chapter.sgml
index 05ae44efb2..384268b245 100644
--- a/en_US.ISO8859-1/books/handbook/security/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/security/chapter.sgml
@@ -4220,12 +4220,13 @@ bb:48:db:f2:93:57:80:b6:aa:bc:f5:d5:ba:8f:79:17 user@host.example.com
~/.ssh/id_dsa or
~/.ssh/id_rsa, whereas the public key is
stored in ~/.ssh/id_dsa.pub or
- ~/.ssh/id_rsa.pub, respectively for DSA and
- RSA key types. The public key must be placed in
- ~/.ssh/authorized_keys of the remote
- machine in order for the setup to work. Similarly, RSA version
- 1 public keys should be placed in
- ~/.ssh/authorized_keys.
+ ~/.ssh/id_rsa.pub, respectively for
+ DSA and RSA key types.
+ The public key must be placed in the
+ ~/.ssh/authorized_keys file of the remote
+ machine for both RSA or
+ DSA keys in order for the setup to
+ work.
This will allow connection to the remote machine based upon
SSH keys instead of passwords.