Add support for OpenSSH certificates, resolve #31#901
Add support for OpenSSH certificates, resolve #31#901luigidemasi wants to merge 7 commits intomwiede:masterfrom
Conversation
norrisjeremy
left a comment
There was a problem hiding this comment.
- Can you run
mvn formatter:formatto ensure that everything is formatted correctly? - Does this support SSH certs for host keys? If not, we need to add support for that too, as I'm opposed to only adding support SSH certs for user pubkey auth, w/o also adding support for SSH certs as host keys as well at the same time.
src/main/java/com/jcraft/jsch/OpenSshCertificateAwareIdentityFile.java
Outdated
Show resolved
Hide resolved
src/main/java/com/jcraft/jsch/OpenSshCertificateAwareIdentityFile.java
Outdated
Show resolved
Hide resolved
|
@norrisjeremy is there more feedback to this, as it would be nice to get to the finish line, thanks |
|
Hi @norrisjeremy, thanks for following up. I marked the comments as resolved on GitHub because I had already addressed them locally and didn’t want to lose track of your suggestions. I’m currently adding support for host keys as well (it’s nearly finished) and I’ll push everything together in the next update. Please let me know if you have any additional suggestions in the meantime. |
Hi @luigidemasi, Great, thanks! We are excited to have someone step up and contribute this work! Thanks, |
I added the support for Host Certificate, let me know wdyt. |
|
Great to see progress on this one. If we are getting close to the finish line it would be good to do the last review and update the reported findings so fingers crossed we can get this merged and released. Thank you. |
I probably won't have time to start reviewing this again until next week. |
Thanks for the update, no problem. Just glad we are on path to the goal line. |
|
Sorry to bother - but would be good to get this reviewed |
HI @davsclaus, Yes, I haven't forgotten, I will try to review it when I have some time available. Thanks, |
norrisjeremy
left a comment
There was a problem hiding this comment.
Just a few initial comments, I still have a lot left to review.
src/main/java/com/jcraft/jsch/OpenSshCertificateHostKeyVerifier.java
Outdated
Show resolved
Hide resolved
e3194d7 to
7db8379
Compare
… Host Certificate
… code review for Host Certificate support
… code review for Host Certificate support - part2
… code review for Host Certificate support - part3
9626cd9 to
e5c1ae4
Compare
norrisjeremy
left a comment
There was a problem hiding this comment.
Thank you for all your effort and patience working on this PR!
I think we're getting very close, just a few minor items left I think.
e5c1ae4 to
def237c
Compare
norrisjeremy
left a comment
There was a problem hiding this comment.
Thank you for all your hard work & patience working on this.
I believe that I see only one minor item left to address.
def237c to
478fcbe
Compare
src/main/java/com/jcraft/jsch/OpenSshCertificateHostKeyVerifier.java
Outdated
Show resolved
Hide resolved
478fcbe to
59bc6c1
Compare
norrisjeremy
left a comment
There was a problem hiding this comment.
Hmm, the latest changes seem to have introduced some unit test failures in the host certificate ITs, can you investigate?
src/main/java/com/jcraft/jsch/OpenSshCertificateHostKeyVerifier.java
Outdated
Show resolved
Hide resolved
59bc6c1 to
182bfa3
Compare
182bfa3 to
e382afb
Compare
e382afb to
d5103ba
Compare
d5103ba to
647420f
Compare
647420f to
7a8050d
Compare
|
Looks like we need to run |
… code review for Host Certificate support - part4
7a8050d to
36b3e80
Compare
|



No description provided.