ssh: Supporting older algorithms

If a older machine you're connecting to still requires the older ssh-rsa key algorithm then this configuration (in ~/.ssh/config) will allow that:

Host <FOO>
  HostKeyAlgorithms = +ssh-rsa
  PubkeyAcceptedAlgorithms = +ssh-rsa
Published on: 23 Jan 2025