質問編集履歴

1

ssh -vvv での結果一部追加

2022/12/27 17:25

投稿

nuiiii
nuiiii

スコア0

test CHANGED
File without changes
test CHANGED
@@ -19,7 +19,16 @@
19
19
  client_loop: send disconnect: Broken pipe
20
20
  %
21
21
  ```
22
+ 以下-vvvでのデバック結果の最後の部分です.
23
+ 3行目で少し待ってから4行目とBroken pipeの表示が出ました.
24
+ ```ここに言語を入力
25
+ debug3: send packet: type 98
26
+ debug2: channel_input_open_confirmation: channel 0: callback done
27
+ debug2: channel 0: open confirm rwindow 0 rmax 32768
28
+ debug3: send packet: type 1
29
+ client_loop: send disconnect: Broken pipe
22
30
 
31
+ ```
23
32
  ### 該当のソースコード
24
33
 
25
34