mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 14:07:46 +08:00
fix ssh quickconnect exception #2668
This commit is contained in:
@@ -102,7 +102,7 @@ namespace mRemoteNG.Connection.Protocol
|
||||
{
|
||||
|
||||
string username = InterfaceControl.Info?.Username ?? "";
|
||||
string password = InterfaceControl.Info?.Password.ConvertToUnsecureString() ?? "";
|
||||
string password = InterfaceControl.Info?.Password?.ConvertToUnsecureString() ?? "";
|
||||
string domain = InterfaceControl.Info?.Domain ?? "";
|
||||
string UserViaAPI = InterfaceControl.Info?.UserViaAPI ?? "";
|
||||
string privatekey = "";
|
||||
|
||||
Reference in New Issue
Block a user