From: Peter Palfrader Date: Sat, 27 Jun 2009 13:31:48 +0000 (+0200) Subject: sed option order X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=827b312e02b5ed3e3eaf8cf7cd081e810ba88a2f;p=mirror%2Fdsa-wiki.git sed option order --- diff --git a/input/howto/new-machine.creole b/input/howto/new-machine.creole index 68c8454..8095243 100644 --- a/input/howto/new-machine.creole +++ b/input/howto/new-machine.creole @@ -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 &&