We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
"OpenSSH for Windows" version v8.0.0.0p1-Beta
Server OperatingSystem Windows 10
What is failing sshd is trying to create C:\tmp
debug1: Remote: Agent forwarding disabled: mkdtemp() failed: No such file or directory
Common scenario for ssh agent forwarding for connecting from linux to windows and then go on on anotherbox.
linux1 forward agent --> windows use agent --> linux2
workaround for mktemp
creating C:\tmp manually and the remote error disappears but agent forwarding still not working.
C:\tmp
sshd tries to use unix sockets instead of named pipe.