sshconfig-lint
Deprecated or obsolete option
← All checksThe configuration uses an old alias or an option that OpenSSH now ignores.
Why it matters
Ignored settings create false confidence, while old aliases make the file harder to understand and maintain.
How to fix it
Replace an old alias with the current option shown by the linter. Remove options such as Protocol that no longer change current OpenSSH behavior.
Before and after
Host legacy KeepAlive yes PubkeyAcceptedKeyTypes ssh-ed25519Host legacy TCPKeepAlive yes PubkeyAcceptedAlgorithms ssh-ed25519