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
Agents get added to the cluster and are connectable/routable.
Current behavior:
Agents never connect to the Proxy.
The Proxy continusously logs: 2023-09-07T16:57:21-04:00 WARN [SSH:PROXY] Error occurred in handshake for new SSH conn error:[ssh: overflow reading version string] pid:4337.1 remote_addr:127.0.0.1:59869 sshutils/server.go:482
The agent continuously logs: 2023-09-07T16:57:01-04:00 ERRO [PROC:1] Instance failed to establish connection to cluster: Failed to connect to Proxy Server through tunnel: connection error: desc = "transport: Error while dialing: failed to dial: ssh: handshake failed: EOF". pid:5379.1 service/connect.go:123
Expected behavior:
Agents get added to the cluster and are connectable/routable.
Current behavior:
Agents never connect to the Proxy.
The Proxy continusously logs:
2023-09-07T16:57:21-04:00 WARN [SSH:PROXY] Error occurred in handshake for new SSH conn error:[ssh: overflow reading version string] pid:4337.1 remote_addr:127.0.0.1:59869 sshutils/server.go:482
The agent continuously logs:
2023-09-07T16:57:01-04:00 ERRO [PROC:1] Instance failed to establish connection to cluster: Failed to connect to Proxy Server through tunnel: connection error: desc = "transport: Error while dialing: failed to dial: ssh: handshake failed: EOF". pid:5379.1 service/connect.go:123
The initial payload from the agent:
#29670 removed support for the
ProxyHelloSignature
but v14 still needs to support receiving the payload from older clients.The text was updated successfully, but these errors were encountered: