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
Due to an incredibly boneheaded mistake, the gateway connection used the gateway info as the host key but still made a connection to the real target and cached that instead.
So the gatewaying behavior worked -- two cached connections were involved with one passed in as the socket and so on -- but the end result was gatewaying to the target via itself, not via the configured gateway.
This issue description is already about 10x longer than the fix.
The text was updated successfully, but these errors were encountered:
Due to an incredibly boneheaded mistake, the gateway connection used the gateway info as the host key but still made a connection to the real target and cached that instead.
So the gatewaying behavior worked -- two cached connections were involved with one passed in as the socket and so on -- but the end result was gatewaying to the target via itself, not via the configured gateway.
This issue description is already about 10x longer than the fix.
The text was updated successfully, but these errors were encountered: