Merith
Merith
Odd... I swore I installed that the other week but then removed it because I had no need...
Agreed! i love it as it makes things so much easier to do when my main machine (windows) breaks itself cuz updates, i can just ssh to my server with...
How did you install? What is the Host OS? Your shell? your terminal?
Is your connection stable? I used my Cell data multiple times over a VPN and can retain a connection for upwards of three hours
it is probably the direct connection to the server via SSH, try using plain SSH for a bit, see if issues arise. If so it is the connection between client...
I have been wondering this expact thing My guess? Rsync and ssh flag support On Fri, Dec 27, 2019, 11:20 AM Grim wrote: > Why aren't you guys using https://github.com/gliderlabs/ssh...
Well what if a user wants to pass advanced ssh flags to the server? Like proxy back another port at the same time if they are developing a project that...
Why run three commands instead of one? The logic you have just isn't there, And having ssh flags make it easier to add ssh features as we can just used...
Hmm... Good counterpoint. Maybe check if ssh binary exists in PATH, if not, then fall back to the ssh library in golang and notify that certain capabilities will not function...
I have made a PR with some rather basic mingw/msys support. only as the user though, not the server https://github.com/cdr/sshcode/pull/127 What this does is allow `sshcode` to run inside a...