golang/go

x/crypto/ssh: add support for hostkeys@openssh.com

Open

#37,245 opened on Feb 16, 2020

View on GitHub
 (18 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
FeatureRequestNeedsFixProposalProposal-AcceptedProposal-Cryptohelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The hostkeys@openssh.com extension lets a server notify a client of all its host keys to enable a smooth transition if they have UpdateHostKeys enabled. We should offer it server-side.

Contributor guide