Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement openssh config behavior to handle append, prepend and removal of algorithms #104

Merged
merged 12 commits into from
Dec 20, 2021
Prev Previous commit
Next Next commit
Increase timeout again to try and compenstate for Python's slowness.
  • Loading branch information
norrisjeremy authored and wiedemam-VU committed Dec 20, 2021
commit 72de52b41ddfb9f818a1afc5dfb7eb8aace743b8
2 changes: 1 addition & 1 deletion src/test/java/com/jcraft/jsch/Algorithms2IT.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
public class Algorithms2IT {

// Python can be slow for DH group 18
private static final int timeout = 5000;
private static final int timeout = 10000;
private static final DigestUtils sha256sum = new DigestUtils(DigestUtils.getSha256Digest());
private static final ListAppender<ILoggingEvent> jschAppender = getListAppender(JSch.class);
private static final ListAppender<ILoggingEvent> sshdAppender =
Expand Down