DaanHoogland commented on a change in pull request #5831:
URL: https://github.com/apache/cloudstack/pull/5831#discussion_r797748961
##########
File path: utils/src/main/java/com/cloud/utils/ssh/SshHelper.java
##########
@@ -118,6 +124,42 @@ public static void scpTo(String host, int port, String
user, File pemKeyFile, St
}
}
+ public static void scpTo(String host, int port, String user, File
pemKeyFile, String password, String remoteTargetDirectory, String[] localFiles,
String fileMode,
+ int connectTimeoutInMs, int kexTimeoutInMs)
throws Exception {
Review comment:
can we find out what is thrown so we don't have to catch'm all tm?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]