mirror of https://github.com/BURAI-team/burai.git
initial port of SSH -> 22
This commit is contained in:
parent
d5ae275117
commit
f071d687b0
|
@ -30,7 +30,7 @@ public class SSHServer {
|
|||
|
||||
this.title = title;
|
||||
this.host = null;
|
||||
this.port = null;
|
||||
this.port = "22";
|
||||
this.user = null;
|
||||
this.password = null;
|
||||
this.keyPath = null;
|
||||
|
|
Loading…
Reference in New Issue