Merith

Results 200 comments of Merith

The main roadblock, is how the program is currently executing `ssh`, it is using the linux/Unix program `sh` which does not exist in the windows path, so right now it...

https://github.com/cdr/sshcode/pull/127 check out my PR for a more detailed list of issues I've noticed,

surprisingly, no. `ssh.exe` is preinstalled and ~~(i think)~~ `C:\Windows\System32\OpenSSH` on windows 10 path by default, The issue is that `sshcode` exec's the program on the CLIENT SIDE by using `sh`...

welp Mingw enviroments now work. assuming you have rsync installed.

Fork is mostly functional, good for everyday simple usage

https://github.com/cdr/sshcode/pull/132 refer to this PR from now on. Currently fighting a minor issue where windows send `~/` as a `literal` path, so it is the equivalent of `'~'/`

Most operating systems / linux distros do *somehow* detect and accommodate their displays during boot to the steamdeck, even windows pre-drivers (little touch and go occasionally) Honestly even if its...

Apologies for this coming across rude https://golang.org provides the 32bit chain, `git clone` it, and `go build` it. and then upload binary here for others to download

currently i dont think there is a way, maybe setup a specific hostname for that address in your hosts file, modify sshcode to use that hostname instead of 127.0.0.1, and...

having the issue myself lol