From 827b312e02b5ed3e3eaf8cf7cd081e810ba88a2f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 27 Jun 2009 15:31:48 +0200 Subject: [PATCH] sed option order --- input/howto/new-machine.creole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && -- 2.20.1