Skip to content

Commit

Permalink
Remove sed for pam in Ubuntu 22.04 Automatus tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Jul 10, 2024
1 parent db6ea80 commit 20e46f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfiles/test_suite-ubuntu2204
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ RUN true \
&& mkdir -p /root/.ssh \
&& printf "%s\n" "$CLIENT_PUBLIC_KEY" >> "$AUTH_KEYS" \
&& chmod og-rw /root/.ssh "$AUTH_KEYS" \
&& sed -i '/session\s\+required\s\+pam_loginuid.so/d' /etc/pam.d/sshd \
&& true

0 comments on commit 20e46f8

Please sign in to comment.