From 5a11e359b2d29a5da93a0b9f485a539e463bbe9a Mon Sep 17 00:00:00 2001 From: Jake Yip Date: Mon, 7 Sep 2020 17:57:45 +1000 Subject: [PATCH] Fix commands that should belong on the same line Change-Id: I9dd82078e2aa94ee28a176d8c2fcb625d3d162e3 --- doc/source/contributor/testing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/contributor/testing.rst b/doc/source/contributor/testing.rst index e4e7366..595ea03 100644 --- a/doc/source/contributor/testing.rst +++ b/doc/source/contributor/testing.rst @@ -105,17 +105,17 @@ Running beaker OS_TYPE='centos7' elif [ -f /usr/bin/apt-get ]; then sudo apt-get update - sudo apt-get install -y libxml2-dev libxslt-dev zlib1g-dev git ruby + sudo apt-get install -y libxml2-dev libxslt-dev zlib1g-dev git ruby \ ruby-dev build-essential OS_TYPE='trusty' fi echo "" | sudo tee -a /etc/ssh/sshd_config echo "Match address 127.0.0.1" | sudo tee -a /etc/ssh/sshd_config - echo " PermitRootLogin without-password" | sudo tee -a + echo " PermitRootLogin without-password" | sudo tee -a \ /etc/ssh/sshd_config echo "" | sudo tee -a /etc/ssh/sshd_config echo "Match address ::1" | sudo tee -a /etc/ssh/sshd_config - echo " PermitRootLogin without-password" | sudo tee -a + echo " PermitRootLogin without-password" | sudo tee -a \ /etc/ssh/sshd_config mkdir -p .ssh ssh-keygen -f ~/.ssh/id_rsa -b 2048 -C "beaker key" -P ""