Damien Miller

Results 85 comments of Damien Miller

Sorry, we're not willing to support a protocol that is only available on one of the platforms that OpenSSH supports. If/when MPTCP becomes more widely supported we can reconsider. Until...

I can't replicate this problem - `sftp 'djm@[fe80::1%lo0]'` works as expected on Linux and OpenBSD

What is the difference between this and the existing `-` flag? E.g. `KexAlgorithms=-diffie-hellman*`

I don't like the approach of adding a module-global minimum size to ssh-rsa.c partly because we're trying to remove global state, but mostly because it causes enforcement of the size...

Just added RequiredRSASize in 1875042c52, 54b333d12e and 07d8771bac

Good idea, but I think keeping the existing flags with the same values is a recipe for future confusion. IMO we should renumber the `SSH_SK_USER_*_REQD` flags at the same time...

the problem here is that the user may have specified cwd-relative files for particular things that are needed later (e.g. Unix domain socket forwardings) and these will break if the...

A couple of comments - I think it would be better to control this using a command-line flag than an environment variable. There are at least other cases where users...

I think this makes -B do two different things: if -b has not been specified then -B will bind to the **address** of the specified interface if -b has been...

can you achieve the same result using `ip vrf exec vrf1 ssh [email protected]` ? Otherwise, perhaps a more consistent way to do this would be adding a RDomain keyword to...