SSH MOD Dwarf

don’t forget to change the connection mode in the settings when trying windows (can’t find screenshot of exact name)

1 Like

connection mode = SFTP
…isn’t it?

“…change the connection mode in the settings…”
…to what?

Sorry
missed this.

Assuming this included succesfully accessing and using the web interface on Windows as well, my reply is irrelevant :confused:

1 Like

still grateful :slightly_smiling_face:

1 Like

It seems for me you did everything right… @jon ?

1 Like

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.

2 Likes

removed the host, and got this, very promising:

but sadly it did not work:
Screenshot 2025-11-03 at 10.32.35

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.

Also, have you tried to access via Terminal?

1 Like

You can remove an entry using
[the command outlined here
(https://developerinsider.co/how-to-remove-known-ssh-host/).

did that in Terminal

  • got this reply:
  1. Host 196.168.51.1 not found in /Users/bjarneroupe/.ssh/known_hosts

  2. however…:
    /Users/bjarneroupe/.ssh/known_hosts

192.168.51.1 ecdsa-sha2-nistp256
moddwarf.local ecdsa-sha2-nistp256

same laptop - same MOD Dwarf

You can remove an entry using
[the command outlined here
(https://developerinsider.co/how-to-remove-known-ssh-host/).

did that earlier in Terminal

  • got this reply:
  1. Host 196.168.51.1 not found in /Users/bjarneroupe/.ssh/known_hosts

  2. however…:
    /Users/bjarneroupe/.ssh/known_hosts

192.168.51.1 ecdsa-sha2-nistp256
moddwarf.local ecdsa-sha2-nistp256

same laptop - same MOD Dwarf …

in Terminal getting closer… :slightly_smiling_face:

  • 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:
    :gear: Connecting to “192.168.51.1” port “22”
    :bust_in_silhouette: Connection to “moddwarf.local” established
    :gear: Starting SSH session
    :bust_in_silhouette: Host “moddwarf.local”:“22” is known and matches
    :bust_in_silhouette: Authenticating to “moddwarf.local”:“22” as “root”
    :bust_in_silhouette: Authentication succeeded (password)
    :bust_in_silhouette: Authenticated to “moddwarf.local”:“22”
    :bust_in_silhouette: Starting a new SFTP session
    :exclamation: SFTP session can not be started.

Reason: Unable to request SFTP subsystem

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.

1 Like

a couple of years ago, i found it was impossible to do scp file transfers with a Dwarf unless i used the -O parameter.

see here: Scp problem

…your final error message, above, seems eerily like my error message: “subsystem request failed on channel 0”.

dunno if this is related or provides any useful clues?? perhaps @falkTX can shed some light, as he did for my issue.

2 Likes

Thanks!
…tried it, didn’t work…

bjarneroupe@MacBookAir ~ % scp -rp -0 Users/bjarneroupe/Downloads/hvcc-Freezer.lv2 root@192.168.51.1:/root/.lv2
scp: illegal option – 0
bjarneroupe@MacBookAir ~ %

tried again:
scp -rp /Users/bjarneroupe/Downloads/hvcc-Freezer.lv2.zip root@192.168.51.1:/root/.lv2
subsystem request failed on channel 0
scp: Connection closed

note that it needs to be an uppercase O, not a zero. :wink:

2 Likes

Thanks!
-O helped a lot I think… :slightly_smiling_face:

now I have to fix the “path to…hvcc-freezer.lv2 folder” command;
methinks there’s something wrong with the syntax…

scp -rp -O Users/bjarneroupe/Downloads/hvcc-Freezer.lv2 root@192.168.51.1:/root/.lv2
root@192.168.51.1’s password:
Users/bjarneroupe/Downloads/hvcc-Freezer.lv2: No such file or directory

/Users maybe instead of Users.

3 Likes

Thanks DaveM!
That concluded my quest.

finally Freezer is back on my pedalboard! :star_struck:

:pray::heart:
Thanks to all you great people:
DaveM
plutek
Abotte
jon
Rom
LievenDV
malfunction54

9 Likes

You’re welcome :slight_smile:
…and in my opinion, Freezer is a great plugin :wink:

4 Likes