by ghurlman on 10/19/15, 8:32 PM with 138 comments
by nailer on 10/19/15, 8:39 PM
Was wondering about that. I'm surprised the OpenBSD team is accepting the commits - something so fundamental and Windows specific doesn't seem like their kind of thing - but great!
PS. If you're coming from a Unix background and interested in learning posh: https://certsimple.com/rosetta-stone
by kasabali on 10/19/15, 8:48 PM
Best way to address POSIX compatibility concerns is implementing a proper POSIX layer in Windows (and not in a half-baked manner like the now deprecated SUA). I can't imagine how it would hurt anybody.
by ryanprichard on 10/19/15, 11:40 PM
Windows doesn't have a good API for hosting a console--it's not like Unix, where a pty has a master end and a slave end. Trying to run a console program in mintty.exe (https://github.com/mintty/mintty/issues/56) or Cygwin SSHD fails for this reason. I wrote a tool, winpty, that makes a best-effort attempt to emulate a Unix pty master by scraping the console buffer, but it has some limitations, so I'm not sure Microsoft would want to use it. Maybe they would expand the console API?
by martin1975 on 10/20/15, 2:30 AM
by DiabloD3 on 10/19/15, 11:01 PM
by mavhc on 10/19/15, 8:41 PM
by e12e on 10/20/15, 4:06 AM
https://github.com/PowerShell/Win32-OpenSSH/wiki/Deploy-Win3...
"If you need key-based authentication:
Install key-auth package
run setup-ssh-lsa.cmd
reboot"
Reboot?
And this gem: "SSH daemon needs to run as System to support key-based authentication".
Which means, either use weak authentication, or run the daemon as system. I don't even understand why, it's not like the public keys are particularly sensitive (certainly much less sensitive than being able to check passwords for validity)?
by csours on 10/19/15, 8:51 PM
http://english.stackexchange.com/questions/45136/difference-...
by alpb on 10/19/15, 8:50 PM
by gionn on 10/19/15, 8:44 PM
by cakes on 10/19/15, 9:18 PM
by andrewstuart on 10/19/15, 10:55 PM
by int_handler on 10/19/15, 10:07 PM
I might be overly nitpicky, but holy inconsistent coding styles Batman: compare https://github.com/PowerShell/Win32-OpenSSH/blob/bafc1df7c5c... to the other source files.
by doxcf434 on 10/20/15, 6:58 AM
by ams6110 on 10/20/15, 1:15 AM
by j_s on 10/20/15, 2:44 AM
It's nice that Microsoft recognizes the need for this functionality; I wonder how they will approach the potential per-client licensing issues they like to bring up with their server OS's.
by angersock on 10/19/15, 9:13 PM
EDIT: I misread this and though it was only a client. Geez. If it's a server, then of course it should be a service.
by rm1999 on 10/30/15, 6:41 PM
by phippsbrad on 10/19/15, 8:55 PM
by callesgg on 10/19/15, 9:33 PM
by jamiesonbecker on 10/20/15, 2:18 AM
(disclaimer: I work there.)
by voltagex_ on 10/19/15, 9:56 PM
by meneses on 10/20/15, 4:05 AM
by switch007 on 10/19/15, 9:18 PM