Win32-OpenSSH
Win32-OpenSSH copied to clipboard
Win32 port of OpenSSH
At the bottom of https://github.com/PowerShell/Win32-OpenSSH/wiki/ssh.exe-examples there is a link labelled "Modern Unix Rosetta Stone" which only leads to a HTTP 404 page.
Dear all, dear @manojampalam Thank you very much for the information provided in https://github.com/PowerShell/Win32-OpenSSH/issues/1136. I could successfully mount the agent;s pipe into a windows docker container. When I run ssh-add...
**OpenSSH for Windows" version** 7.7.2.0 **Server OperatingSystem** Windows 10 Enterprise. **Client OperatingSystem** Windows 10 Enterprise. **What is failing** When executing a second command in the same session, sshd does not...
With the latest Insider Build supporting UNIX Domain Sockets, can SSH-Agent support communication via UNIX Domain Sockets? This would simplify porting existing applications relying on ssh-agent. Once WSL supports interaction...
OpenSSH 8.9 will include the ability to control how and where keys in ssh-agent may be used, both locally and when forwarded (subject to some [limitations](https://www.openssh.com/agent-restrict.html#limitations)) https://www.openssh.com/agent-restrict.html
**"OpenSSH for Windows" version** 1.0.0.0 **OperatingSystem** Windows 10 Pro I've set ssh-agent service startup type to Automatic. I've also set a **passphrase protected** key at `%USERPROFILE%\.ssh\id_rsa`. The passphrase in question...
**"OpenSSH for Windows" version** 8.1.0.0 **Server OperatingSystem** Linux **Client OperatingSystem** Windows 10 Pro **What is failing** When using `IdentitiesOnly yes` in an SSH config, `ssh.exe` always asks for the encryption...
On Windows Server 2016: I clone the repo: ``` git clone https://github.com/PowerShell/openssh-portable.git ``` I run the build script: ``` .\openssh-portable\contrib\win32\openssh\OpenSSH-build.ps1 ``` I get the following error (First Bug): ``` VERBOSE:...
Hi, I am interested in an ssh-client with U2F-Support. I read the building page, but it fails to compile in CLI and GUI Mode. first, I'm not sure if I...
Note that in all log entries, the user used is a local user "testsftp", using password authentication. The user is a member of the group "sftpcommonjail", but not "administrator". With...