Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Setting LoginGraceTime in sshd_config to 1m. | Daniel Baumann | 2024-04-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting DebianBanner in sshd_config to no. | Daniel Baumann | 2024-04-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting AllowAgentForwarding in sshd_config to no. | Daniel Baumann | 2024-04-07 | 1 | -0/+3 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting AuthorizedKeysFile in sshd_config to /etc/ssh/authorized_keys/%u ↵ | Daniel Baumann | 2024-04-07 | 2 | -0/+4 |
| | | | | | | .ssh/authorized_keys. Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting HostKey in sshd_config to ED25519. | Daniel Baumann | 2024-04-07 | 1 | -0/+3 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting HostCertificate in sshd_config to ED25519. | Daniel Baumann | 2024-04-07 | 1 | -0/+3 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting PubkeyAcceptedKeyTypes in sshd_config to ED25519. | Daniel Baumann | 2024-04-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting MACs in sshd_config to UMAC and HMAC. | Daniel Baumann | 2024-04-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting KexAlgorithms in sshd_config to sntrup761x25519-sha512@openssh.com ↵ | Daniel Baumann | 2024-04-07 | 1 | -0/+1 |
| | | | | | | and Curve25519. Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting HostKeyAlgorithms in sshd_config to ED25519. | Daniel Baumann | 2024-04-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting HostbasedAcceptedKeyTypes in sshd_config to ED25519. | Daniel Baumann | 2024-04-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting Ciphers in sshd_config to ChaCha20. | Daniel Baumann | 2024-04-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting CASignatureAlgorithms in ssh_config to ED25519. | Daniel Baumann | 2024-04-07 | 1 | -0/+3 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Including openssh-server configuration files for Progress Linux. | Daniel Baumann | 2024-04-07 | 1 | -0/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting default host key generation to ED25519. | Daniel Baumann | 2024-04-07 | 1 | -2/+0 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting openssh-server/password-authentication to false. | Daniel Baumann | 2024-04-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting openssh-server/permit-root-login to false. | Daniel Baumann | 2024-04-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting IdentityFile in ssh_config to ED25519. | Daniel Baumann | 2024-04-07 | 1 | -0/+4 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting PubkeyAcceptedKeyTypes in ssh_config to ED25519. | Daniel Baumann | 2024-04-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting MACs in ssh_config to UMAC and HMAC. | Daniel Baumann | 2024-04-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting KexAlgorithms in ssh_config to sntrup761x25519-sha512@openssh.com ↵ | Daniel Baumann | 2024-04-07 | 1 | -0/+1 |
| | | | | | | and Curve25519. Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting HostKeyAlgorithms in ssh_config to ED25519. | Daniel Baumann | 2024-04-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting HostbasedKeyTypes in ssh_config to ED25519. | Daniel Baumann | 2024-04-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting Ciphers in ssh_config to ChaCha20. | Daniel Baumann | 2024-04-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting CASignatureAlgorithms in ssh_config to ED25519. | Daniel Baumann | 2024-04-07 | 1 | -0/+3 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Including openssh-client configuration files for Progress Linux. | Daniel Baumann | 2024-04-07 | 1 | -0/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Updating options in ssh_config. | Daniel Baumann | 2024-04-07 | 2 | -0/+27 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Removing small diffie-hellman moduli. | Daniel Baumann | 2024-04-07 | 1 | -0/+4 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting default ECDSA size in ssh-keygen to 521. | Daniel Baumann | 2024-04-07 | 2 | -0/+28 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting default RSA size in ssh-keygen to 4096. | Daniel Baumann | 2024-04-07 | 2 | -0/+28 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Setting default key type in ssh-keygen to ED25519. | Daniel Baumann | 2024-04-07 | 2 | -0/+32 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Disabling pam_motd.so. | Daniel Baumann | 2024-04-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Enabling pam_access.so. | Daniel Baumann | 2024-04-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Updating vcs fields. | Daniel Baumann | 2024-04-07 | 1 | -2/+4 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Updating bugs field. | Daniel Baumann | 2024-04-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Updating uploaders field. | Daniel Baumann | 2024-04-07 | 1 | -1/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Updating maintainer field. | Daniel Baumann | 2024-04-07 | 1 | -1/+2 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Adding debian version 1:9.2p1-2+deb12u2.debian/1%9.2p1-2+deb12u2 | Daniel Baumann | 2024-04-07 | 124 | -0/+18680 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Adding upstream version 1:9.2p1.upstream/1%9.2p1upstream | Daniel Baumann | 2024-04-07 | 863 | -0/+248203 |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> | ||||
* | Initial commit. | Daniel Baumann | 2024-04-07 | 0 | -0/+0 |
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> |