github.com/freiheit-com/kuberpult@v1.24.2-0.20240328135542-315d5630abe6/infrastructure/docker/git-ssh/sshd_config (about)

     1  # HostKeys for protocol version 2
     2  HostKey /git/keys-host/ssh_host_rsa_key
     3  HostKey /git/keys-host/ssh_host_dsa_key
     4  HostKey /git/keys-host/ssh_host_ecdsa_key
     5  HostKey /git/keys-host/ssh_host_ed25519_key
     6  
     7  # Authentication:
     8  
     9  PermitRootLogin no
    10  
    11  PubkeyAuthentication yes
    12  
    13  # The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
    14  # but this is overridden so installations will only check .ssh/authorized_keys
    15  AuthorizedKeysFile	.ssh/authorized_keys
    16  
    17  # To disable tunneled clear text passwords, change to no here!
    18  PasswordAuthentication no