Skip to content

Commit

Permalink
Add deprecation warning for DSA
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Bajolet <[email protected]>
  • Loading branch information
rossmaclean and lbajolet-hashicorp committed Feb 3, 2023
1 parent 45e4613 commit aa0cffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion communicator/ssh/key_pair.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type KeyPair struct {
// KeyPairFromPrivateKey returns a KeyPair loaded from an existing private key.
//
// Supported key pair types include:
// - DSA
// - DSA (NOTE: deprecated from Go as DSA is not regarded as secure anymore, please consider RSA or ED25519 instead)
// - ECDSA
// - ED25519
// - RSA
Expand Down

0 comments on commit aa0cffe

Please sign in to comment.