| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: fully modernize SSH config | 44 hours | 1 | -6/+1 | |
| | | | | | | | | Remove all explicit HostKeyAlgorithms, KexAlgorithms, and Ciphers lists. OpenSSH 9.x+ has excellent defaults: Ed25519 preferred, ssh-rsa disabled, strong cipher and kex ordering out of the box. Explicit lists become a liability — they prevent picking up improved defaults on upgrade. | ||||
| * | fix: modernize SSH config algorithms | 44 hours | 1 | -3/+2 | |
| | | | | | | | | - Remove deprecated ssh-rsa and ssh-rsa-cert from HostKeyAlgorithms (SHA-1 based, disabled by default in OpenSSH 8.8+) - Add curve25519-sha256 (standardized name) before @libssh.org variant - Remove commented-out MACs line (dead code) | ||||
| * | [ssh] Include work config | 2024-06-12 | 1 | -0/+2 | |
| | | |||||
| * | Use git.sommerfeld.dev for remote | 2024-05-22 | 1 | -1/+1 | |
| | | |||||
| * | [ssh] Remove work and personal "hosts" | 2024-05-22 | 1 | -8/+0 | |
| | | |||||
| * | [ssh] Remove commented config line | 2024-05-22 | 1 | -1/+0 | |
| | | |||||
| * | first commit | 2023-10-18 | 1 | -0/+31 | |
