mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Compare commits
15 Commits
20251017-v
...
v1.77.3-de
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b5c156e0b1 | ||
|
|
a7e8d8523a | ||
|
|
2ead94a740 | ||
|
|
737df595df | ||
|
|
e1023a6aed | ||
|
|
0eedfab5b1 | ||
|
|
c682b603e7 | ||
|
|
fe063a98cd | ||
|
|
c90beb66a0 | ||
|
|
f38dc86551 | ||
|
|
389776ae64 | ||
|
|
ebe782e5a4 | ||
|
|
d3f497bfbc | ||
|
|
e89b1f4139 | ||
|
|
b5c431b8e7 |
@@ -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 = "";
|
||||
|
||||
2419
mRemoteNG/Language/Language.ta.resx
Normal file
2419
mRemoteNG/Language/Language.ta.resx
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -7,7 +7,10 @@ The following commandlline switches are supported by mRemoteNG:
|
||||
``/cons: PathToConnectionsFile``
|
||||
``/c: PathToConnectionsFile``
|
||||
|
||||
Loads the connections file from the given path. This path can be a:
|
||||
Loads the connections file from the given path.
|
||||
|
||||
This path can be a:
|
||||
|
||||
- full file path
|
||||
- path relative to the current directory
|
||||
- path relative to the mRemoteNG application directory
|
||||
|
||||
Reference in New Issue
Block a user