Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gcp: fixed OS Login enabling #1445

Merged
merged 3 commits into from Dec 1, 2023
Merged

gcp: fixed OS Login enabling #1445

merged 3 commits into from Dec 1, 2023

Commits on Dec 1, 2023

  1. net-misc/openssh: fix duplicate slash

    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Dec 1, 2023
    Copy the full SHA
    c927a7a View commit details
    Browse the repository at this point in the history
  2. changelog: add entry

    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Dec 1, 2023
    Copy the full SHA
    64ef372 View commit details
    Browse the repository at this point in the history
  3. coreos-base/oem-gce: keep unit after its run

    Otherwise it gets restarted a few times, which displays this line in the
    logs:
    ```
    Nov 30 13:28:41.819250 enable-oslogin[1232]: /etc/pam.d/sshd already exists. Not enabling OS Login
    ```
    
    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Dec 1, 2023
    Copy the full SHA
    31f4f31 View commit details
    Browse the repository at this point in the history