sed option order
authorPeter Palfrader <peter@palfrader.org>
Sat, 27 Jun 2009 13:31:48 +0000 (15:31 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 27 Jun 2009 13:31:48 +0000 (15:31 +0200)
input/howto/new-machine.creole

index 68c8454..8095243 100644 (file)
@@ -70,7 +70,7 @@ EOF
 
     cd /etc/ssh/ && rm -f ssh_host_dsa_key ssh_host_dsa_key.pub ssh_host_key ssh_host_key.pub &&
     mkdir -p /etc/ssh/userkeys && ln -s /root/.ssh/authorized_keys /etc/ssh/userkeys/root &&
-    sed -e -i 's/^HostKey.*_dsa_key/# &/;
+    sed -i -e 's/^HostKey.*_dsa_key/# &/;
                s/^X11Forwarding yes/X11Forwarding no/;
                $ a AuthorizedKeysFile /etc/ssh/userkeys/%u
                $ a AuthorizedKeysFile2 /var/lib/misc/userkeys/%u' sshd_config &&