davsclaus commented on code in PR #12294: URL: https://github.com/apache/camel/pull/12294#discussion_r1412756653
########## components/camel-ssh/src/main/java/org/apache/camel/component/ssh/SshConfiguration.java: ########## @@ -62,6 +64,18 @@ public class SshConfiguration implements Cloneable { private String shellPrompt; @UriParam(label = "advanced", defaultValue = "100") private long sleepForShellPrompt; + @UriParam(label = "security") + private String kex; + @UriParam(label = "security") + private String ciphers; + @UriParam(label = "security") + private String macs; + @UriParam(label = "security") + private String signatures; + @UriParam(label = "advanced") + private String compressions; + @UriParam(label = "advanced") Review Comment: If it makes sense it can be autowired = true, so camel will automatic inject an existing instance if present -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org