SSH fails me on a new MOD Dwarf, founders version.
I’ve used Transmit for many years; now it fails to connect.
(I did MOD factory reset & updates)
Termius also fails
but I get this log:
Starting a new connection to: “192.168.51.1” port “22” Starting address resolution of “192.168.51.1” Address resolution finished Connecting to “192.168.51.1” port “22” Connection to “192.168.51.1” established Starting SSH session Remote server: SSH-2.0-OpenSSH_7.1 Agreed KEX algorithm: curve25519-sha256@libssh.org Agreed Host Key algorithm: ssh-ed25519 Agreed server-to-client cipher: aes256-gcm@openssh.com MAC: INTEGRATED-AES-GCM Agreed client-to-server cipher: aes256-gcm@openssh.com MAC: INTEGRATED-AES-GCM Agreed client-to-server compression: none Agreed server-to-client compression: none Handshake finished Checking host key: SHA256:iyWF51Z4cHMauAjGi4x+rLDFklA5tDJJmQrOF34O3FE Host “192.168.51.1”:“22” is known and matches Authenticating to “192.168.51.1”:“22” as “root” Not using one of the provided keys: Private Key is empty Available client authentication methods: password,keyboard-interactive Authentication that can continue: publickey,keyboard-interactive,password Authenticating using keyboard-interactive method Authentication failed (keyboard-interactive) Partial success: no Authentication that can continue: publickey,keyboard-interactive,password Authenticating using password method Authentication succeeded (password) Authenticated to “192.168.51.1”:“22” Starting a new SFTP session SFTP session can not be started. Reason: Unable to request SFTP subsystem
Can anyone spot what I’m doing wrong?
And tell me how to fix it…
Hopefully yours truly
Bjarne
Oh and, il your screenshot I would have put on the Server line “Mod Dwarf” and on the Root URL line “192.168.51.1”, but not shure, I don’t know this software
I suspect this is your issue. SSH keeps fingerprints for each known host in ~/.ssh/known_hosts. The fingerprint from the new dwarf will not match the fingerprint from your old dwarf. You can remove an entry using the command outlined here.
I must be honest, I have no experience with that software. But, considering that you can access the WebGUI on the same machine, I would say that something is wrong on the software side.
maybe I got the syntax wrong in my prompt ?
(the “hvcc-Freezer.lv2” part of the sentence)
[root@moddwarf ~]# scp -rp hvcc-Freezer.lv2 root@192.168.51.1:/root/.lv2
The authenticity of host ‘192.168.51.1 (192.168.51.1)’ can’t be established.
ECDSA key fingerprint is SHA256:FCGA4emiaHruIGNjEf2WzItE1TdrdKC5eTh7i8jqlh4.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added ‘192.168.51.1’ (ECDSA) to the list of known hosts. root@192.168.51.1’s password:
Permission denied, please try again. root@192.168.51.1’s password:
hvcc-Freezer.lv2: No such file or directory
[root@moddwarf ~]#
Inside Dwarf, but still not quite there… SFTP subsystem?
Termius log: Connecting to “192.168.51.1” port “22” Connection to “moddwarf.local” established Starting SSH session Host “moddwarf.local”:“22” is known and matches Authenticating to “moddwarf.local”:“22” as “root” Authentication succeeded (password) Authenticated to “moddwarf.local”:“22” Starting a new SFTP session SFTP session can not be started.
I see a similar behaviour with my Dwarf: using Windows, everything is file (i can connect using putty or WinSCP), but using a virtual machine running Ubuntu (hosted by the same windows pc) I am only able to access via ssh.