This commit is contained in:
lollipopkit
2023-08-13 22:19:08 +08:00
parent 1af7271a06
commit 8057c24947
3 changed files with 14 additions and 28 deletions

View File

@@ -86,10 +86,6 @@ class ServerPrivateInfo {
throw SSHErr(type: SSHErrType.connect, message: 'alterUrl port error');
}
return _IpPort(ip_, port_);
// Do not update [id]
// Because [id] is the identity which is used to find the [SSHClient]
// id = '$user@$ip:$port';
}
@override