[openssh-commits] [openssh] branch V_10_0 updated: Enable EPHEMERAL_VM to set a new password.

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jul 29 19:53:47 AEST 2025


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch V_10_0
in repository openssh.

The following commit(s) were added to refs/heads/V_10_0 by this push:
     new 975233e1e Enable EPHEMERAL_VM to set a new password.
975233e1e is described below

commit 975233e1eaa7dc5ea2bc9dba23a607a823a9c5a3
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Tue Jul 29 19:52:54 2025 +1000

    Enable EPHEMERAL_VM to set a new password.
    
    This fixes the Github VMs that have a locked password string for the
    runner user.
---
 .github/workflows/c-cpp.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 3b9d676b7..c1d5b4907 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -119,6 +119,8 @@ jobs:
           - { target: macos-14, config: pam }
           - { target: macos-15, config: pam }
     runs-on: ${{ matrix.target }}
+    env:
+      EPHEMERAL_VM: yes
     steps:
     - name: check RUN_ONLY_TARGET_CONFIG
       if: vars.RUN_ONLY_TARGET_CONFIG != ''

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list