Skip to content

Commit

Permalink
deprecate HostPublicKey config
Browse files Browse the repository at this point in the history
  • Loading branch information
atonks2 committed Oct 22, 2024
1 parent 72c9708 commit 91e0c97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ type ClientConfig struct {
PacketSize int

// HostPublicKey configures an SSH public key to validate the remote server's host key.
// This key will be appended to any additional keys provided in HostPublicKeys.
// If provided, this key will be merged into HostPublicKeys.
// Deprecated: Use HostPublicKeys instead.
HostPublicKey string

// HostPublicKeys configures multiple SSH public keys to validate the remote server's host key.
Expand Down

0 comments on commit 91e0c97

Please sign in to comment.