const golang.org/x/crypto/ssh.KeyAlgoDSA
8 uses
golang.org/x/crypto/ssh (current package)
certs.go#L436: KeyAlgoDSA: CertAlgoDSAv01,
common.go#L76: KeyAlgoRSA, KeyAlgoDSA,
common.go#L94: KeyAlgoDSA: crypto.SHA1,
keys.go#L37: KeyAlgoDSA = "ssh-dss"
keys.go#L62: case KeyAlgoDSA:
server.go#L287: case KeyAlgoRSA, KeyAlgoDSA, KeyAlgoECDSA256, KeyAlgoECDSA384, KeyAlgoECDSA521, KeyAlgoSKECDSA256, KeyAlgoED25519, KeyAlgoSKED25519,
golang.org/x/crypto/ssh/agent
client.go#L551: Type: ssh.KeyAlgoDSA,
server.go#L509: case ssh.KeyAlgoDSA:
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |