razrjk

Results 8 comments of razrjk

I had the same problem (blank screen upon login). The fix was to exit completely out of the Hyper-V Virtual Machine Connection window and reboot the VM. Seems you can't...

Re: shell-host.c Git push was still failing. It appears that the whole nopty implementation assumes a pty control stream. Yet nopty may be a binary data stream. While I'm uncertain...

The repo is [email protected]:PowerShell/Win32-OpenSSH.git. I cloned, built, and tried to test v.0.0.15.0. Issue 1) from my initial post is still a problem. The file path sent by git contains literal...

I finally resolved another problem with large binary transfers, typical of a big git push. shell-host.c is currently using cmd.exe. cmd.exe was dropping the end of large binary streams over...

That's  because it went through cmd to call powershell. I spent a day isolating the problem. My powershe'll bases ssh git server is working great! Sent from Yahoo Mail on...

1) Yes. Git for Windows with the mingw unix tools also installed. The ssh client doesn't matter (except to know which one is being used for debugging purposes). I've used...

Diogo, By "heavy traffic load" I mean large transfer over a weak internet connection.  This is why it was difficult to isolate the problem.  cmd.exe did not work, powershell.exe does.  ...

I want to clarify a point. I'm not sure how the development has proceeded recently. To use powershell in the nopty path, you must change the sshd source code use...