Skip to content

Commit

Permalink
PAM upstream-changes test: Check Debian's sshd PAM config
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Feb 22, 2025
1 parent 1ea0b45 commit 21d1d07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Download upstream PAM files
run: make pam-files
run: |
make pam-files
wget -nv https://salsa.debian.org/ssh-team/openssh/-/raw/master/debian/openssh-server.sshd.pam.in -O pam-files/openssh-server.sshd.pam.in
- name: Check upstream for changes
run: |
cat 0<<EOF | sha512sum -c
Expand All @@ -184,6 +186,7 @@ jobs:
9b39d1238b4686cb17e04051e0b5f9a5bd264e7789c6cf5409d7ed5114de781d28fbc8a7457f1ea67664ec595313e2c49710ac1a2480dbc49ed3d6ccf91bb3e6 pam-files/runuser-l
c4468029c85cf3346bb34c1ba6682e185b681569beefe2fa6bd6233b15cf9d4f37e916791f5b2d1385ba97f7d0287116b9f6e2a3e458ff2abcc68224c9e597f9 pam-files/login
c4468029c85cf3346bb34c1ba6682e185b681569beefe2fa6bd6233b15cf9d4f37e916791f5b2d1385ba97f7d0287116b9f6e2a3e458ff2abcc68224c9e597f9 pam-files/remote
7b9d8bd3702b285e7d914283515595546d6da628f18916d1e6bfcc4642e06fcefd085b8067c490fd6a5916e310139e533427982379f4318809f9bfe482151c62 pam-files/openssh-server.sshd.pam.in
EOF
- name: Archive pam-files
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 21d1d07

Please sign in to comment.