initial port of SSH -> 22

This commit is contained in:
nisihara1 2017-06-29 21:30:17 +09:00
parent d5ae275117
commit f071d687b0
1 changed files with 1 additions and 1 deletions

View File

@ -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;