From 2f389ad4bac3f28f110760852ecc102f012709de Mon Sep 17 00:00:00 2001 From: jolestar Date: Fri, 21 Jul 2017 11:45:10 +0800 Subject: [PATCH] update client image build. --- client_image/client_image_build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client_image/client_image_build.sh b/client_image/client_image_build.sh index 605c299..259d716 100644 --- a/client_image/client_image_build.sh +++ b/client_image/client_image_build.sh @@ -31,4 +31,6 @@ iface lo inet loopback allow-hotplug eth0 iface eth0 inet dhcp -EOF \ No newline at end of file +EOF + +sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config \ No newline at end of file