liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.5k stars 257 forks source link

Writing REQUEST_FAILURE #847

Closed xZToxicZx closed 2 years ago

xZToxicZx commented 3 years ago

Not too sure what I've done wrong tbh if I could get some help. Sorry if this has been asked before I searched around and couldn't find anything

I'm using Pterodactyl as a panel for server hosting and keep getting this

[10-28 03:16:55] [info] config at d:\dev\discord bots\LSRPC Bot {"remotePath":"/","uploadOnSave":true,"downloadOnOpen":false,"ignore":[],"concurrency":4,"protocol":"sftp","connectTimeout":10000,"interactiveAuth":false,"secure":false,"remoteTimeOffsetInHours":0,"name":"LSRPC-Bot","host":"**.***.***.151","port":****,"username":"******","password":"******"}
[10-28 03:17:10] [info] [file-save] d:\dev\discord bots\LSRPC Bot\cmds\warn.js
[10-28 03:17:10] [trace] handle upload file for d:\dev\discord bots\LSRPC Bot\cmds\warn.js
[10-28 03:17:10] [debug] Local ident: 'SSH-2.0-ssh2js0.4.5'
[10-28 03:17:10] [debug] Client: Trying 94.130.143.151 on port 2022 ...
[10-28 03:17:10] [debug] Client: Connected
[10-28 03:17:10] [debug] Remote ident: 'SSH-2.0-ssh2js0.2.1srv'
[10-28 03:17:10] [debug] Outgoing: Writing KEXINIT
[10-28 03:17:10] [debug] DEBUG: Comparing KEXINITs ...
[10-28 03:17:10] [debug] (local) KEX algorithms: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
[10-28 03:17:10] [debug] (remote) KEX algorithms: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha1
[10-28 03:17:10] [debug] KEX algorithm: ecdh-sha2-nistp256
[10-28 03:17:10] [debug] (local) Host key formats: ssh-ed25519,ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
[10-28 03:17:10] [debug] (remote) Host key formats: ssh-rsa
[10-28 03:17:10] [debug] Host key format: ssh-rsa
[10-28 03:17:10] [debug] (local) Client->Server ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,aes128-gcm@openssh.com,aes256-gcm,aes256-gcm@openssh.com
[10-28 03:17:10] [debug] (remote) Client->Server ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,aes128-gcm@openssh.com,aes256-gcm,aes256-gcm@openssh.com
[10-28 03:17:10] [debug] Client->Server Cipher: aes128-ctr
[10-28 03:17:10] [debug] (local) Server->Client ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,aes128-gcm@openssh.com,aes256-gcm,aes256-gcm@openssh.com
[10-28 03:17:10] [debug] (remote) Server->Client ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,aes128-gcm@openssh.com,aes256-gcm,aes256-gcm@openssh.com
[10-28 03:17:10] [debug] Server->Client Cipher: aes128-ctr
[10-28 03:17:10] [debug] (local) Client->Server HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
[10-28 03:17:10] [debug] (remote) Client->Server HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
[10-28 03:17:10] [debug] Client->Server HMAC algorithm: hmac-sha2-256
[10-28 03:17:10] [debug] (local) Server->Client HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
[10-28 03:17:10] [debug] (remote) Server->Client HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
[10-28 03:17:10] [debug] Server->Client HMAC algorithm: hmac-sha2-256
[10-28 03:17:10] [debug] (local) Client->Server compression algorithms: none,zlib@openssh.com,zlib
[10-28 03:17:10] [debug] (remote) Client->Server compression algorithms: none,zlib
[10-28 03:17:10] [debug] Client->Server compression algorithm: none
[10-28 03:17:10] [debug] (local) Server->Client compression algorithms: none,zlib@openssh.com,zlib
[10-28 03:17:10] [debug] (remote) Server->Client compression algorithms: none,zlib
[10-28 03:17:10] [debug] Server->Client compression algorithm: none
[10-28 03:17:10] [debug] Outgoing: Writing KEXECDH_INIT
[10-28 03:17:10] [debug] DEBUG: Checking host key format
[10-28 03:17:10] [debug] DEBUG: Checking signature format
[10-28 03:17:10] [debug] DEBUG: Verifying host fingerprint
[10-28 03:17:10] [debug] DEBUG: Host accepted by default (no verification)
[10-28 03:17:10] [debug] DEBUG: Verifying signature
[10-28 03:17:10] [debug] Outgoing: Writing NEWKEYS
[10-28 03:17:10] [debug] Outgoing: Writing SERVICE_REQUEST (ssh-userauth)
[10-28 03:17:10] [debug] Outgoing: Writing USERAUTH_REQUEST (none)
[10-28 03:17:10] [debug] Client: none auth failed
[10-28 03:17:10] [debug] Outgoing: Writing USERAUTH_REQUEST (password)
[10-28 03:17:10] [debug] Outgoing: Writing CHANNEL_OPEN (0, session)
[10-28 03:17:10] [debug] Outgoing: Writing CHANNEL_REQUEST (0, subsystem: sftp)
[10-28 03:17:10] [debug] Outgoing: Writing CHANNEL_DATA (0)
[10-28 03:17:11] [debug] Outgoing: Writing MKDIR
[10-28 03:17:11] [debug] Outgoing: Writing CHANNEL_DATA (0)
[10-28 03:17:11] [debug] Outgoing: Writing OPEN
[10-28 03:17:11] [debug] Outgoing: Writing CHANNEL_DATA (0)
[10-28 03:17:11] [debug] Outgoing: Writing FSTAT
[10-28 03:17:11] [debug] Outgoing: Writing CHANNEL_DATA (0)
[10-28 03:17:11] [debug] Outgoing: Writing FSETSTAT
[10-28 03:17:11] [debug] Outgoing: Writing CHANNEL_DATA (0)
[10-28 03:17:26] [debug] Outgoing: Writing REQUEST_FAILURE
[10-28 03:17:40] [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
[10-28 03:17:56] [debug] Outgoing: Writing REQUEST_FAILURE
[10-28 03:18:11] [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
[10-28 03:18:26] [debug] Outgoing: Writing REQUEST_FAILURE
[10-28 03:18:41] [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
[10-28 03:18:56] [debug] Outgoing: Writing REQUEST_FAILURE
[10-28 03:19:11] [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
[10-28 03:19:26] [debug] Outgoing: Writing REQUEST_FAILURE
[10-28 03:19:41] [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
[10-28 03:19:56] [debug] Outgoing: Writing REQUEST_FAILURE
[10-28 03:20:11] [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
[10-28 03:20:26] [debug] Outgoing: Writing REQUEST_FAILURE
[10-28 03:20:41] [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
[10-28 03:20:57] [debug] Outgoing: Writing REQUEST_FAILURE
[10-28 03:21:11] [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
[10-28 03:21:27] [debug] Outgoing: Writing REQUEST_FAILURE
[10-28 03:21:42] [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
[10-28 03:21:57] [debug] Outgoing: Writing REQUEST_FAILURE
[10-28 03:22:12] [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
[10-28 03:22:20] [trace] run command 'Config'
[10-28 03:22:27] [debug] Outgoing: Writing REQUEST_FAILURE
[10-28 03:22:42] [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
[10-28 03:22:57] [debug] Outgoing: Writing REQUEST_FAILURE
[10-28 03:23:12] [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
[10-28 03:23:27] [debug] Outgoing: Writing REQUEST_FAILURE
[10-28 03:23:42] [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
[10-28 03:23:57] [debug] Outgoing: Writing REQUEST_FAILURE
[10-28 03:24:12] [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
[10-28 03:24:27] [debug] Outgoing: Writing REQUEST_FAILURE
[10-28 03:24:42] [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
[10-28 03:24:58] [debug] Outgoing: Writing REQUEST_FAILURE
[10-28 03:25:13] [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
[10-28 03:25:28] [debug] Outgoing: Writing REQUEST_FAILURE
[10-28 03:25:43] [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
[10-28 03:25:58] [debug] Outgoing: Writing REQUEST_FAILURE
[10-28 03:26:13] [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
[10-28 03:26:28] [debug] Outgoing: Writing REQUEST_FAILURE
[10-28 03:26:43] [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
[10-28 03:26:58] [debug] Outgoing: Writing REQUEST_FAILURE
[10-28 03:27:13] [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
[10-28 03:27:28] [debug] Outgoing: Writing REQUEST_FAILURE
[10-28 03:27:43] [debug] Outgoing: Writing ping (GLOBAL_REQUEST: keepalive@openssh.com)
colin-haber commented 3 years ago

Also getting the exact same error on upload with a different game server control panel. Downloads work, and FileZilla handles uploads correctly.