Hi, had similar issue using tramp without sudo targetting a guix host.
I could fix the issue by adding /bin/ls as a special file to my services with something like:
(extra-special-file "/bin/ls" (file-append coreutils "/bin/ls")) Benoit
Hi, had similar issue using tramp without sudo targetting a guix host.
I could fix the issue by adding /bin/ls as a special file to my services with something like:
(extra-special-file "/bin/ls" (file-append coreutils "/bin/ls")) Benoit