Actions
Refactor #33198
closedDrop net/ssh in favor of using system ssh binary
Difficulty:
Triaged:
No
Description
Due to various circumstances we are shipping quite old version of net/ssh. There is a lot of issues (FIPS, exotic key types, newer crypto policies) which could be fixed by upgrading to the latest version, but we can't because of other dependencies. After consideration, the best course of action will be to drop net/ssh completely and use system's ssh binary directly.
Actions