You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the SSH transport to russh, unify TLS on rustls
ssh-agent auth is dropped. It rode on libssh2's
userauth_agent; russh reaches an agent through a separate integration, deferred
to the key-setup stage. Authentication is now the credential's key file or the
stored password. A key credential that relied on the agent needs its key file
set explicitly (turnout credential edit NAME --key PATH). See ADR 0011.
Features
Move the SSH transport to russh, unify TLS on rustls