We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8357429 commit b6889a5Copy full SHA for b6889a5
1 file changed
buildslave/bootstrap.sh
@@ -55,6 +55,9 @@ cat /vagrant/keys/insecure.pub >> /home/build/.ssh/authorized_keys # Add ins
55
chown build:build /home/build/.ssh/authorized_keys
56
chmod 600 /home/build/.ssh/authorized_keys
57
58
+# Needed for some tests to pass
59
+useradd cfpostgress
60
+
61
echo "" >> /etc/ssh/sshd_config
62
echo "passwordAuthentication no" >> /etc/ssh/sshd_config
63
echo "AuthorizedKeysFile %h/.ssh/authorized_keys" >> /etc/ssh/sshd_config
0 commit comments