Darren Tucker
Darren Tucker
Some of these have been fixed (eg the addr.c and ssh-keygen.c moduli screening ones). Could you please update and rebase?
> I don't have an OpenWRT available at the moment, so I can't check, but there's probably something that can give a positive identification on the filesystem, like `/etc/issue`. There's...
/etc/os-release isn't guaranteed to be present on all systems. /etc/openwrt_release is slightly simpler to use and it's been in OpenWrt longer than /etc/os-release (2012 vs 2016, although if you're using...
> To assure the change is as targeted as possible, wouldn't it make sense to leave `INSTALLKEYS_SH` as it is unless the remote server is Dropbear + the (client side...
> The user name is the same on server and client Not necessarily. It can be set in the config file or on the ssh-copy-id command line option. ``` $...
Phil has applied one of the variants of my patch (and a bunch more besides!) and I have resynced our copy with Phil's tree. If there's any additional tweaks needed...
> _Isn't this quite a potential security vulnerability when it is possible to login with one user but end up with another, at least when it is possible the same...
bdcaf7939029433635d63aade8f9ac762aca2bbe which will be in OpenSSH 9.4
> introducing a new -G option/switch ssh-keygen option letters are a scarce resource. > Start-Process : Cannot validate argument on parameter 'ArgumentList'. The argument is null or empty. Provide an...
> Thanks for your comment. I agree on the first point. On the second point I think it's some Powershell design decision. Reading some of the powershell issues eg https://github.com/MicrosoftDocs/PowerShell-Docs/issues/7701...