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 8c3c818 commit 9c1634bCopy full SHA for 9c1634b
.github/workflows/test.yml
@@ -333,11 +333,10 @@ jobs:
333
- name: Enable password login
334
run: sudo lxc exec test-container -- sh -c 'sed -i "s/PasswordAuthentication no/PasswordAuthentication yes/" /etc/ssh/sshd_config.d/*'
335
336
- - name: Reload OpenSSH
337
- run: sudo lxc exec test-container -- systemctl list-units | grep ssh
338
-
339
- name: Reload OpenSSH
340
run: sudo lxc exec test-container -- systemctl reload sshd
+ # in 24.04 ssh is socket activated (by systemd)
+ if: ${{ matrix.guest < '24.04' }}
341
342
- name: Install sshpass on runner
343
run: sudo apt-get -y install sshpass
0 commit comments