Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Setting AuthorizedKeysFile in sshd_config to /etc/ssh/authorized_keys/%u .ssh... | Daniel Baumann | 2024-04-28 | 1 | -0/+3 |
* | Setting HostKey in sshd_config to ED25519 and RSA. | Daniel Baumann | 2024-04-28 | 1 | -0/+4 |
* | Setting HostCertificate in sshd_config to ED25519 and RSA. | Daniel Baumann | 2024-04-28 | 1 | -0/+4 |
* | Setting PubkeyAcceptedKeyTypes in sshd_config to ED25519 and RSA. | Daniel Baumann | 2024-04-28 | 1 | -0/+1 |
* | Setting MACs in sshd_config to UMAC and HMAC. | Daniel Baumann | 2024-04-28 | 1 | -0/+1 |
* | Setting KexAlgorithms in sshd_config to sntrup761x25519-sha512@openssh.com, C... | Daniel Baumann | 2024-04-28 | 1 | -0/+1 |
* | Setting HostKeyAlgorithms in sshd_config to ED25519 and RSA. | Daniel Baumann | 2024-04-28 | 1 | -0/+1 |
* | Setting HostbasedAcceptedKeyTypes in sshd_config to ED25519 and RSA. | Daniel Baumann | 2024-04-28 | 1 | -0/+1 |
* | Setting Ciphers in sshd_config to ChaCha20 and AES. | Daniel Baumann | 2024-04-28 | 1 | -0/+1 |
* | Setting CASignatureAlgorithms in ssh_config to ED25519 and RSA. | Daniel Baumann | 2024-04-28 | 1 | -0/+3 |