Cant get SSHFS to work please help. Probably SSH error

Calle21

Cadet
Joined
Mar 30, 2022
Messages
1
Hello,

I am trying to use SSHFS win manager to mount from frenas 11.3 u5 to windows 10. I am hower getting nowhere. I made a new user and put its homefolder in a fresh unix share with only permissions from the user. I added a open ssh public key in the GUI. And I am getting some kind of ssh authentification error. I run the sshfs atempt in CMD. Can anyone understand what I am doing wrong and help me?


C:\Program Files>"C:\Program Files\SSHFS-Win\bin\sshfs.exe" username@ipnumber:/ D: -p22 -ovolname=newserver -odebug -ologlevel=debug1 -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -osshfs_debug -oPreferredAuthentications=publickey -oIdentityFile="C:/Users/username/.ssh/id_rsa"
SSHFS version 3.5.2
executing <ssh> <-x> <-a> <-oClearAllForwardings=yes> <-oPort=22> <-ologlevel=debug1> <-oStrictHostKeyChecking=no> <-oUserKnownHostsFile=/dev/null> <-oPreferredAuthentications=publickey> <-oIdentityFile=C:/Users/username/.ssh/id_rsa> <-2> <username@ipnumber> <-s> <sftp>
debug1: Connecting to ipnumber [ipnumber] port 22.
debug1: Connection established.
debug1: identity file C:/Users/username/.ssh/id_rsa type 0
debug1: identity file C:/Users/username/.ssh/id_rsa-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_for_Windows_8.1
debug1: Remote protocol version 2.0, remote software version OpenSSH_8.0-hpn14v15
debug1: match: OpenSSH_8.0-hpn14v15 pat OpenSSH* compat 0x04000000
debug1: Authenticating to ipnumber:22 as 'username'
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: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ecdsa-sha2-nistp256 SHA256:uy4HO2e666ijzpVTBMcrn5BcdnRjiIOnQ9HmeBvPP4w
Warning: Permanently added 'ipnumber' (ECDSA) to the list of known hosts.
debug1: rekey out after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey in after 134217728 blocks
debug1: pubkey_prepare: ssh_get_authentication_socket: No such file or directory
debug1: Will attempt key: C:/Users/username/.ssh/id_rsa RSA SHA256:Yglje4afqd6On5Spl77JosNUL3Uj843B66pl6d/CjMU explicit
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>
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering public key: C:/Users/username/.ssh/id_rsa RSA SHA256:Yglje4afqd6On5Spl77JosNUL3Uj843B66pl6d/CjMU explicit
debug1: Authentications that can continue: publickey,password
debug1: No more authentication methods to try.
username@ipnumber: Permission denied (publickey,password).
read: Connection reset by peer
 
Top