Juniper / go-netconf

NETCONF implementation in Go.
Other
253 stars 110 forks source link

Deprecate ssh.ClientConfig convenience functions #76

Closed nemith closed 2 years ago

nemith commented 6 years ago

The ssh.ClientConfigs convience functions may or may not make assumptions on security of host key security checks which leaves them open to MITM attacks. Constructing your own ssh.ClientConfig is easy enough for people using this library to do themselves and configure for their environment and specific security situations.

Future major versions of this library should remove these functions all together.