Samba speed 25% slower after update

I get the same report using ssh also? what drive/folder should I be in to open Vero V?

It doesn’t work like that. On up to date Win10/11 systems there is a program called “ssh” that should be installed. If you just type the name of this program it should run regardless of what folder your in…

C:\Users\darwi>ssh
usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface]
           [-b bind_address] [-c cipher_spec] [-D [bind_address:]port]
           [-E log_file] [-e escape_char] [-F configfile] [-I pkcs11]
           [-i identity_file] [-J [user@]host[:port]] [-L address]
           [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
           [-Q query_option] [-R address] [-S ctl_path] [-W host:port]
           [-w local_tun[:remote_tun]] destination [command]

The second part is a command argument that is telling it to connect to user “osmc” at a specific network location.

C:\Users\darwi>ssh osmc@vero4k
osmc@Vero4K:~$

It would have asked for a password and given a bunch of extra text there but I setup a public key and turned the extra dialog off.

Maybe your running some version of Win that doesn’t have Windows subsystem for Linux enabled by default. You can google how to enable it if that is the case.