mirror of https://github.com/apache/ant-ivy
no hard coded default value for ssh port, will use jsch one
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/trunk@484459 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9e78461055
commit
02194a6a82
|
|
@ -18,7 +18,7 @@ public abstract class AbstractSshBasedRepository extends AbstractRepository {
|
|||
private String keyFilePassword = null;
|
||||
private String user = "guest";
|
||||
private String host = null;
|
||||
private int port = 22;
|
||||
private int port = -1;
|
||||
|
||||
public AbstractSshBasedRepository() {
|
||||
super();
|
||||
|
|
|
|||
Loading…
Reference in New Issue