質問編集履歴

2

デバッグログの追加

2019/05/16 07:59

投稿

a-chan0000
a-chan0000

スコア15

test CHANGED
File without changes
test CHANGED
@@ -121,3 +121,145 @@
121
121
 
122
122
 
123
123
  以上、よろしくお願いいたします。
124
+
125
+
126
+
127
+ **デバッグログの追加**
128
+
129
+
130
+
131
+ 皆さん、お忙しいところありがとうございます。
132
+
133
+ 以下、ログを追記します。
134
+
135
+
136
+
137
+ sftp -v c-user@hostname
138
+
139
+
140
+
141
+ ```
142
+
143
+ OpenSSH_for_Windows_7.6p1, LibreSSL 2.6.4
144
+
145
+ debug1: Connecting to 192.168.100.128 [192.168.100.128] port 22.
146
+
147
+ debug1: Connection established.
148
+
149
+ debug1: identity file C:\Users\TestTaro/.ssh/id_rsa type 0
150
+
151
+ debug1: key_load_public: No such file or directory
152
+
153
+ debug1: identity file C:\Users\TestTaro/.ssh/id_rsa-cert type -1
154
+
155
+ debug1: key_load_public: No such file or directory
156
+
157
+ debug1: identity file C:\Users\TestTaro/.ssh/id_dsa type -1
158
+
159
+ debug1: key_load_public: No such file or directory
160
+
161
+ debug1: identity file C:\Users\TestTaro/.ssh/id_dsa-cert type -1
162
+
163
+ debug1: key_load_public: No such file or directory
164
+
165
+ debug1: identity file C:\Users\TestTaro/.ssh/id_ecdsa type -1
166
+
167
+ debug1: key_load_public: No such file or directory
168
+
169
+ debug1: identity file C:\Users\TestTaro/.ssh/id_ecdsa-cert type -1
170
+
171
+ debug1: key_load_public: No such file or directory
172
+
173
+ debug1: identity file C:\Users\TestTaro/.ssh/id_ed25519 type -1
174
+
175
+ debug1: key_load_public: No such file or directory
176
+
177
+ debug1: identity file C:\Users\TestTaro/.ssh/id_ed25519-cert type -1
178
+
179
+ debug1: Local version string SSH-2.0-OpenSSH_for_Windows_7.6
180
+
181
+ debug1: Remote protocol version 2.0, remote software version OpenSSH_7.4
182
+
183
+ debug1: match: OpenSSH_7.4 pat OpenSSH* compat 0x04000000
184
+
185
+ debug1: Authenticating to 192.168.100.128:22 as 'c-user'
186
+
187
+ debug1: SSH2_MSG_KEXINIT sent
188
+
189
+ debug1: SSH2_MSG_KEXINIT received
190
+
191
+ debug1: kex: algorithm: curve25519-sha256
192
+
193
+ debug1: kex: host key algorithm: rsa-sha2-512
194
+
195
+ debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
196
+
197
+ debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
198
+
199
+ debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
200
+
201
+ debug1: Server host key: ssh-rsa SHA256:OoA7eSVUMLPCOHyRqEdghTPwIMY4ALeBkss3UL46yeH
202
+
203
+ debug1: Host '[192.168.100.128]:22' is known and matches the RSA host key.
204
+
205
+ debug1: Found key in C:\Users\TestTaro/.ssh/known_hosts:6
206
+
207
+ debug1: rekey after 134217728 blocks
208
+
209
+ debug1: SSH2_MSG_NEWKEYS sent
210
+
211
+ debug1: expecting SSH2_MSG_NEWKEYS
212
+
213
+ debug1: SSH2_MSG_NEWKEYS received
214
+
215
+ debug1: rekey after 134217728 blocks
216
+
217
+ debug1: pubkey_prepare: ssh_get_authentication_socket: No such file or directory
218
+
219
+ debug1: SSH2_MSG_EXT_INFO received
220
+
221
+ debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
222
+
223
+ debug1: SSH2_MSG_SERVICE_ACCEPT received
224
+
225
+ debug1: Authentications that can continue: publickey,keyboard-interactive
226
+
227
+ debug1: Next authentication method: publickey
228
+
229
+ debug1: Offering public key: RSA SHA256:EWO02bWTW3fDAwCyHYdcsWtYKsXtlOLVT6wISNM57tl C:\Users\TestTaro/.ssh/id_rsa
230
+
231
+ debug1: Authentications that can continue: publickey,keyboard-interactive
232
+
233
+ debug1: Trying private key: C:\Users\TestTaro/.ssh/id_dsa
234
+
235
+ debug1: Trying private key: C:\Users\TestTaro/.ssh/id_ecdsa
236
+
237
+ debug1: Trying private key: C:\Users\TestTaro/.ssh/id_ed25519
238
+
239
+ debug1: Next authentication method: keyboard-interactive
240
+
241
+ debug1: read_passphrase: can't open /dev/tty: No such file or directory
242
+
243
+ Password:
244
+
245
+ debug1: Authentication succeeded (keyboard-interactive).
246
+
247
+ Authenticated to 192.168.100.128 ([192.168.100.128]:22).
248
+
249
+ debug1: channel 0: new [client-session]
250
+
251
+ debug1: Requesting no-more-sessions@openssh.com
252
+
253
+ debug1: Entering interactive session.
254
+
255
+ debug1: pledge: network
256
+
257
+ debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
258
+
259
+ debug1: Sending subsystem: sftp
260
+
261
+ Connected to c-user@192.168.100.128.
262
+
263
+
264
+
265
+ ```

1

カテゴリタグの追加

2019/05/16 07:59

投稿

a-chan0000
a-chan0000

スコア15

test CHANGED
File without changes
test CHANGED
File without changes