Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

test: sshd config validation test on 20.04 #5054

Merged
merged 1 commit into from
Jan 26, 2023

Commits on Jan 25, 2023

  1. fix: sshd config validation test on 20.04

    The sshd config validation test was failing on 20.04 environments, output:
    Unable to load host key: /etc/ssh/ssh_host_rsa_key
    Unable to load host key: /etc/ssh/ssh_host_dsa_key
    Unable to load host key: /etc/ssh/ssh_host_ecdsa_key
    Unable to load host key: /etc/ssh/ssh_host_ed25519_key
    sshd: no hostkeys available -- exiting.
    + exit 1
    
    The fix greps the sshd config file itself, and works on both 20.04 and 18.04
    christinalau0 committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    08eec8e View commit details
    Browse the repository at this point in the history