Skip to content

0.10.0

Latest
Compare
Choose a tag to compare
@tmds tmds released this 28 Dec 07:50
· 4 commits to main since this release
9fe252a

Main features:

  • Support dynamic forwarding (SOCKS protocol). (#278)
  • Support auth using SSH Agent keys (#281), including Windows support (#291)

Breaking changes:

  • The local port-forward API changed. StartForwardTcpAsync/StartForwardUnixAsync are replaced by StartForwardAsync, and return a DirectForward.

Various changes:

  • Continue trying other Credentials when PrivateKeyCredential fails to load. (#276)
  • LocalForward: when binding IPv6Any set Socket to DualMode. (#277)
  • PrivateKeyCredential: support avoiding prompts for keys that server won't accept. (#301)