Jeroen van Erp
Jeroen van Erp
@Bamboo-devops This should indeed work by configuring multiple auth methods in the right order. SSHJ can then first do password authentication and if that partially succeeds additionally do the Pubkey...
Can you check whether https://github.com/hierynomus/sshj/pull/820 works for you?
Makes sense, PR is welcome!
It's always nice that the guys at MS write a spec (MS-SMB2) and then a tech-note, which to some extend contradict eachother... From section `3.2.4.1.1 Signing the Message` ``` The...
That means that your implementation is too simple unfortunately. It doesn't take into account the SMB3 requirements which are now implicitly covered because we just "always sign if we can"......
Have not encountered this. From what you describe it seems that windows has some artificial limit in the total amount of credits that are granted to a single client. Can...
Do you get this with all Windows versions? Can you submit a reproduction test case, which we can run?
@skhare-r7 Any update here? I did indeed mean that there might be an artificial limit on the windows (remote) side, not in SMBJ.
@smb311 If you've got more info I'd be happy to hear it, but I have not seen this occur myself unfortunately. But from what you say, you also see this...
@dkocher Which version? I fixed a similar bug for anonymous authentication in v0.12.2, and I thought I had checked guest then also.