Code Monkey home page Code Monkey logo

Comments (6)

evsar3 avatar evsar3 commented on August 16, 2024

Can you post the log of the connection attempt?

Enable debug log on:
Settings > Show Debug Panel

  • Enable debug
  • Try connecting again
  • Copy the debug output
  • Paste here

Remember to remove any personal information from the logs

Thank you

from sshfs-win-manager.

yaotechiu avatar yaotechiu commented on August 16, 2024

Hi, the following is the connection log:

from sshfs-win-manager.

evsar3 avatar evsar3 commented on August 16, 2024

This seems to be an issue related to SSHFS-Win.
Looks like the process is suddenly quit after initialized. The only clue is the exit code 2147483649

Try using stable versions os WinFSP and SSHFS-Win

from sshfs-win-manager.

yaotechiu avatar yaotechiu commented on August 16, 2024

Hi, I'd removed the beta version of them and tried several version, then I got different log of the following version:
WinFsp : 2017.2
SSHFS-Win : v2.7.17334

Then the following is the log:

-----------------------------------------------------
date: 2020-09-17T01:25:25.434Z
conn: {dc423531-2750-451b-8f9e-75968b2af469} (usagi)
conntype: password
cmd: "C:\Program Files\SSHFS-Win\bin\sshfs.exe" username@server-ip:/the/path/to/the/sharing/folder/on/the/server/side E: -p(port no.) -ovolname=usagi -odebug -ologlevel=debug1 -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oidmap=user -ouid=-1 -ogid=-1 -oumask=000 -ocreate_umask=000 -omax_readahead=1GB -oallow_other -olarge_read -okernel_cache -ofollow_symlinks -oPreferredAuthentications=password -opassword_stdin
{dc423531-2750-451b-8f9e-75968b2af469} debug1: Connecting to server-ip [server-ip] port (port no.).
{dc423531-2750-451b-8f9e-75968b2af469} debug1: Connection established.
{dc423531-2750-451b-8f9e-75968b2af469} Could not create directory '/home/Ted Chiu/.ssh'.
debug1: key_load_public: No such file or directory
debug1: identity file /home/Ted Chiu/.ssh/id_rsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/Ted Chiu/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/Ted Chiu/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/Ted Chiu/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/Ted Chiu/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/Ted Chiu/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/Ted Chiu/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/Ted Chiu/.ssh/id_ed25519-cert type -1
{dc423531-2750-451b-8f9e-75968b2af469} debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.5
{dc423531-2750-451b-8f9e-75968b2af469} debug1: Remote protocol version 2.0, remote software version OpenSSH_7.6p1 Ubuntu-4ubuntu0.3
debug1: match: OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 pat OpenSSH* compat 0x04000000
debug1: Authenticating to server-ip:(port no.) as 'username'
{dc423531-2750-451b-8f9e-75968b2af469} debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256
debug1: kex: host key algorithm: ecdsa-sha2-nistp256
debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none
debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
{dc423531-2750-451b-8f9e-75968b2af469} debug1: Server host key: ecdsa-sha2-nistp256 SHA256:(Key)
{dc423531-2750-451b-8f9e-75968b2af469} debug1: checking without port identifier
Warning: Permanently added '[server-ip]:(port no.)' (ECDSA) to the list of known hosts.
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521>
{dc423531-2750-451b-8f9e-75968b2af469} debug1: SSH2_MSG_SERVICE_ACCEPT received
{dc423531-2750-451b-8f9e-75968b2af469} debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: password
{dc423531-2750-451b-8f9e-75968b2af469} debug1: Authentication succeeded (password).
Authenticated to server-ip ([server-ip]: (port no.) ).
debug1: channel 0: new [client-session]
debug1: Requesting [email protected]
debug1: Entering interactive session.
debug1: pledge: network
{dc423531-2750-451b-8f9e-75968b2af469} debug1: client_input_global_request: rtype [email protected] want_reply 0
{dc423531-2750-451b-8f9e-75968b2af469} debug1: Sending subsystem: sftp
{dc423531-2750-451b-8f9e-75968b2af469} debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
{dc423531-2750-451b-8f9e-75968b2af469} Transferred: sent 2012, received 2452 bytes, in 2.3 seconds
Bytes per second: sent 869.9, received 1060.1
debug1: Exit status 0
{dc423531-2750-451b-8f9e-75968b2af469} exit 2147483649

Thanks a lot!

from sshfs-win-manager.

evsar3 avatar evsar3 commented on August 16, 2024

Hello @yaotechiu
Did you managed to make it work properly?

from sshfs-win-manager.

yaotechiu avatar yaotechiu commented on August 16, 2024

Hi, after trying several times, I still can't make it work properly, so I switch to use another protocol to access my netdrive, but still thanks for your help!

from sshfs-win-manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.