You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integration-tests-support/sftp/src/main/java/org/apache/camel/quarkus/test/support/sftp/SftpCertificates.java
+59-9Lines changed: 59 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ public class SftpCertificates {
35
35
privatefinalPathsshDir;
36
36
privatefinalPathuserCaKeyPath;
37
37
privatefinalPathuserCaPubKeyPath;
38
+
privatefinalPathuserCaRsaKeyPath;
39
+
privatefinalPathuserCaRsaPubKeyPath;
38
40
privatefinalPathuserKeyPath;
39
41
privatefinalPathuserPubKeyPath;
40
42
privatefinalPathuserCertPath;
@@ -47,11 +49,16 @@ public class SftpCertificates {
Copy file name to clipboardExpand all lines: integration-tests-support/sftp/src/main/java/org/apache/camel/quarkus/test/support/sftp/SftpTestResource.java
+30-5Lines changed: 30 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -64,17 +64,20 @@ public Map<String, String> start() {
64
64
// Create authorized_keys file with all public keys
Copy file name to clipboardExpand all lines: integration-tests/mina-sftp/src/main/java/org/apache/camel/quarkus/component/mina/sftp/it/MinaSftpCertificateManager.java
0 commit comments