This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
[FEATURE] Skip agent forwarding request to client if authentication check is already successful #272
Labels
enhancement
New feature or request
Describe the feature:
SSH proxy tries to request agent forwarding channel from client before creating session to upstream server.

It will cause ssh client to show this warning.
Since authentication is already checked in
sshproxy.handleUpstreamPasswordAndKey
function, we can skip this if authentication us successful.Describe why this feature is needed:
Scope of feature:
The text was updated successfully, but these errors were encountered: