Chris Swan
Chris Swan
My take is that it's lower priority than C daemon work
Debian 10 is still maintained, and we will no doubt encounter customer situations that try to use older distros that are officially out of maintenance. What version of OpenSSH do...
@gkc if we detect that the native SSH is insufficient then we should just fail over directly to pure-dart (with an appropriate log message to say so). We could even...
@gkc all makes sense to me. Some other thoughts... * OpenSSH is a regular offender for security vulnerabilities. We should probably warn when we find a known vulnerable daemon. *...
Capturing thoughts from arch call on SSH key management.... A few approaches we've seen: * Privileged access management (& break glass) tools (like Cyberark) * Integrated with Smartcards * Short...
Beware that the kind of environments where we find Dropbear (e.g. it's the default sshd for OpenWRT) are likely to be resource constrained and may also be on instruction set...
Hi @KunChiLu getting the usage info to print like you have shows that the Dart AOT binary is indeed working :) This is good news, as it limits the problem...
@cconstab containers won't be an option on smaller devices. Can you drop in a link to that documentation that you found please. I think this is one of those things...
@cconstab bear in mind that Dropbear on OpenWRT is tightly integrated into their UCI config system, so I'd expect the Dropbear maintainers to take a 'not our circus, not our...
We can add `SELECTS:=openssh-keygen` to the Makefile, which I've done for the C sshnpd.