nbhr
Results
1
comments of
nbhr
The following solved the problem on WSL for me. The point is to set `PATH` without spaces. ``` $ env PATH=/usr/bin:/bin ./sshcode your-ssh-target ``` Running `sshcode` without modifying `PATH` reports...