We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6506ead commit 318cb6eCopy full SHA for 318cb6e
travis/run_tests.sh
@@ -3,7 +3,9 @@
3
#
4
# Copyright (c) 2019-2020, Postgres Professional
5
6
+set -xe
7
8
+sudo su -c 'mkdir /run/sshd'
9
sudo su -c 'apt-get update -y'
10
sudo su -c 'apt-get install openssh-client openssh-server -y'
11
/etc/init.d/ssh start
0 commit comments