about summary refs log tree commit diff
path: root/nixos/doc/manual/configuration/ssh.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/doc/manual/configuration/ssh.xml')
-rw-r--r--nixos/doc/manual/configuration/ssh.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/nixos/doc/manual/configuration/ssh.xml b/nixos/doc/manual/configuration/ssh.xml
index a4af1b96583d..9e5c0c1dbdb6 100644
--- a/nixos/doc/manual/configuration/ssh.xml
+++ b/nixos/doc/manual/configuration/ssh.xml
@@ -10,14 +10,11 @@
 <programlisting>
 <xref linkend="opt-services.openssh.enable"/> = true;
 </programlisting>
-  By default, root logins using a password are disallowed. They can be disabled
-  entirely by setting <xref linkend="opt-services.openssh.permitRootLogin"/> to
-  <literal>"no"</literal>.
+  By default, root logins using a password are disallowed. They can be disabled entirely by setting <xref linkend="opt-services.openssh.permitRootLogin"/> to <literal>"no"</literal>.
  </para>
 
  <para>
-  You can declaratively specify authorised RSA/DSA public keys for a user as
-  follows:
+  You can declaratively specify authorised RSA/DSA public keys for a user as follows:
 <!-- FIXME: this might not work if the user is unmanaged. -->
 <programlisting>
 <link linkend="opt-users.users._name__.openssh.authorizedKeys.keys">users.users.alice.openssh.authorizedKeys.keys</link> =