인증 후 SSH 연결 속도가 느려짐

인증 후 SSH 연결 속도가 느려짐

SSH를 통해 메시지를 받는 데 몇 분 정도 걸릴 수 있는 서버가 몇 개 있습니다. 에 연결했는데 ssh -vvv멈췄어요~ 후에UseDNS no인증이 성공하므로 일반적인 작업( GSSAPI 비활성화 등) 이 아닙니다 .

인증 후 로그에 다음이 표시됩니다.

debug1: Authentication succeeded (publickey).
Authenticated to xxxx.example.com ([2a01:.......]:22).
debug1: channel 0: new [client-session]
debug3: ssh_session2_open: channel_new: 0
debug2: channel 0: send open
debug3: send packet: type 90
debug1: Requesting [email protected]
debug3: send packet: type 80
debug1: Entering interactive session.
debug1: pledge: network
debug1: ENABLE_VIRTUAL_TERMINAL_INPUT is supported. Reading the VTSequence from console
debug3: This windows OS supports conpty
debug1: ENABLE_VIRTUAL_TERMINAL_PROCESSING is supported. Console supports the ansi parsing
debug3: Successfully set console output code page from:65001 to 65001
debug3: Successfully set console input code page from:437 to 65001

그런 다음 잠시 동안 중단된 다음 정상적으로 계속됩니다.

debug3: send packet: type 80
debug3: send packet: type 80
debug3: receive packet: type 80
debug1: client_input_global_request: rtype [email protected] want_reply 0
debug3: receive packet: type 4
debug1: Remote: /home/daniel/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding
debug3: receive packet: type 4
debug1: Remote: /home/daniel/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding
debug3: receive packet: type 91
debug2: channel_input_open_confirmation: channel 0: callback start
... cut for brevity ...

그 후 즉시 연결됩니다.

실제 세션은 괜찮고 속도 저하도 없지만 처음 연결할 때 중단되는 동안 무슨 일이 일어나고 있는지 알 수 없습니다.

어떤 아이디어가 있나요?

관련 정보