type golang.org/x/crypto/ssh.AlgorithmSigner

4 uses

	golang.org/x/crypto/ssh (current package)
		certs.go#L230: 	algorithmSigner AlgorithmSigner
		certs.go#L241: 	if algorithmSigner, ok := signer.(AlgorithmSigner); ok {
		keys.go#L325: type AlgorithmSigner interface {

	golang.org/x/crypto/ssh/agent
		keyring.go#L202: 				if algorithmSigner, ok := k.signer.(ssh.AlgorithmSigner); !ok {