SSHServer constructor
SSHServer({})
Implementation
SSHServer({
required this.host,
this.port = 443,
required this.username,
required this.password,
required this.iosConfiguration,
required this.udpgw,
this.udpgwPort = 7300,
});