mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
remove useless function
This commit is contained in:
@@ -50,9 +50,9 @@ class ServerProvider extends BusyProvider {
|
||||
|
||||
SSHClient genClient(ServerPrivateInfo spi) {
|
||||
return SSHClient(
|
||||
host: spi.ip!,
|
||||
port: spi.port!,
|
||||
username: spi.user!,
|
||||
host: spi.ip,
|
||||
port: spi.port,
|
||||
username: spi.user,
|
||||
passwordOrKey: spi.authorization);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user