Bug Report

Bug report forum for Remote Desktop Manager Windows

avatar

cryorig

Powershell Synchronizer fails when triggerd by RDM UI, works via powershell

RDM Version: 2026.1.15 Devolutions.Powershell Version: 2026.1.3 Datasource: SQLite Issue: Running the Powershell Synchronizer from RDM UI fails with: Could not load type 'Devolutions.RemoteDesktopManager.Theme' from assembly 'RemoteDesktopManager.Core, Version=2026.1.15.0, Culture=neutral, PublicKeyToken=null'. Running with Open-RDMSyncSession -ID <ENTRY_ID> works. i attached an export of a testscript and a test credential which shows the issue nicely. The file is a RDM Export inside of a zip, as rdm files are not allowed as uploads. Just import into a clean RDM and run the synchronizer, this will generate a logfile in your temp (exact path is visible in the code) This logfile has a bunch of extra data as i use it for my generell debugging, but one of the lines is the error from above.

36

2

avatar

Patrick Ouimet

avatar

dschopp

Backlog

RDM stops responding

I've been a user of RDM free version for years. After this latest update, I've begun investigating alternatives due to my frustration with Remote Desktop Manager. I downloaded and installed version 2026.1.14.0 last week (17-March-2026) and since that time, RDM will freeze and become non-responsive. Sometimes it's after a few hours, today it was less than an hour before it froze. There's no error being logged, it simply shows in Task Manager as "not responding". Nothing in eventlogs, no other process is having problems. Today I uninstalled the application, downloaded the .EXE again, rebooted, then installed RDM again as administrator. Less than an hour later, I have to use Task Manager to kill the non-responsive application again. Ugh. I'm running Windows 11 version 25H2 (OS Build 26200.8039). I'll be glad to include whatever information would be helpful to help identify why my computer doesn't seem to want to run this program any longer.

93

11

avatar

dschopp

avatar

konradbauckmeier

Autostart SSH Key Agents starts without keys

Hello, I am using RDM Version 2025.3.32.0 64bit (german) with Devolution Hub Business on a Windows 11 24H2 (german) PC and have the following problem: In my private user-vault I created two SSH keys entries by importing SSH keys as data and set the option to automatically load them into SSH-key agent. If I check the funktion I go to "tools > SSH-key agent" and start the agent manually, both keys are loaded. I now went to settings > tools >SSH-key agent to start the agent automatically with the application. My problem: after start of RDM, the SSH-key agents starts too, but ist empty, because it does NOT load the keys from my user-vault. If I then stop/start the agent manually, the keys are loaded correcly. I feel automatic start of SSH-key agent is useless without loading the right keys. Please advise how to debug the problem, any help appriciated.

41

4

avatar

Antoine Mauger

avatar

kelemvor

Where do I post a Bug with the forums themselves? Subscriptions page needs some updates.

When I go to my profile, and click on Subscriptions, that list of topics shuld be sorted in chronological order with the thread with the most recent update being at the top. It's currently sorted in some random way that is completely useless. In my list, the item at the top is a post from 10 years ago. 3 or 4 down the list is one I replied to within the last 2 days. There doesn't seem to be a sort option on the page itself anywhere so if you could change the default, that'd be great. Also, the Coloring and Bolding of the items seems backwards. The part that is Blue and Bold is simply the forum that the post is in. The topic of the post is in black and non-bold. This is wrong. Seeing a bunch of bolded items that just say "Support" is relatively useless. The topic titles should be bolded, blue, and obvious links since that's what I'm most likely to click on. The title of the forums isn't needed at all, but if it's there, it definitely shouldn't be the main focus. [image]

66

3

avatar

Vincent Forest

avatar

etfz

Implemented Backlog

WireGuard connection doesn't work when no DNS is provided

Hi, As per the title. The connection appears as though established, but traffic does not get through until I enter some DNS server. I can enter localhost as the DNS server to work around this in the meantime, but the WireGuard Windows client does not require entering a DNS server, so I would not expect this to be the case here either.

503

14

avatar

Maxim Robert

avatar

danratje

Playlist right sidebar is greyed out/dimmed until different selection

I am using Version 2026.1.14.0 There appears to be a problem when you first open the "playlist management" The right sidebar ("open", "Open Embeded","Select", "Execute") -- is greyed out or dimmed until you change your selection under the list. Then they become active - but even then the playlist does not work the way it used to - Now I have no idea what it is trying to execute when I select one of the lists. Is there UPDATED documentation on the way that the Playlist works now? Thanks!

72

2

avatar

Antoine Mauger

avatar

darren5

VMRC Session NumLock setting not preserved

I noticed that when connecting to VMRC (VMWare) session consoles, the NumLock state from the local PC is not preserved. Once inside the session it is still possible to toggle NumLock, but then it is out of sync with the desktop os. I don’t think that this is a limitation of VMRC itself, since VMWare’s own VMRC Sessions do not have this issue — if I have NumLock on when connecting with VMWare’s own VMRC client it stays on in the session. It is only with Devolutions where connecting to Devolutions VMRC sessions always has NumLock off. Please fix this if you can.

157

11

avatar

Richard Markiewicz

avatar

wesleyhardman

Backlog

1Password no loger works

After updating to 2026.1.10.0 from 2025.3.30.0, 1Password will no longer connect and gives the error "Login to 1Password failed". We are not using SSO, and are using MFA. The following stack trace is produced. I have tried clearing the 1Password account setting, and re-setting it up, and still get the same message. PasswordManagerAccess.Common.InternalErrorException: Failed to parse JSON in response from the server ---> System.Text.Json.JsonException: JSON deserialization for type 'PasswordManagerAccess.OnePassword.Model+Mfa' was missing required properties including: 'dsecret'. at System.Text.Json.ThrowHelper.ThrowJsonException_JsonRequiredPropertyMissing(JsonTypeInfo parent, BitArray assignedOrNotRequiredPropertiesSet) at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value) at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value, Boolean& isPopulatedValue) at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, T& value, JsonSerializerOptions options, ReadStack& state) at System.Text.Json.Serialization.Metadata.JsonTypeInfo`1.Deserialize(Utf8JsonReader& reader, ReadStack& state) at System.Text.Json.JsonSerializer.ReadFromSpan[TValue](ReadOnlySpan`1 utf8Json, JsonTypeInfo`1 jsonTypeInfo, Nullable`1 actualByteCount) at System.Text.Json.JsonSerializer.ReadFromSpan[TValue](ReadOnlySpan`1 json, JsonTypeInfo`1 jsonTypeInfo) at System.Text.Json.JsonSerializer.Deserialize[TValue](String json, JsonSerializerOptions options) at PasswordManagerAccess.OnePassword.Client.DecryptResponse[T](Encrypted encrypted, IDecryptor decryptor) --- End of inner exception stack trace --- at PasswordManagerAccess.OnePassword.Client.DecryptResponse[T](Encrypted encrypted, IDecryptor decryptor) at PasswordManagerAccess.OnePassword.Client.PostEncryptedJson[T](String endpoint, Dictionary`2 parameters, AesKey sessionKey, RestClient rest, CancellationToken cancellationToken) at PasswordManagerAccess.OnePassword.Client.SubmitSecondFactorResult(MfaMethod factor, SecondFactorResult result, AesKey sessionKey, RestClient rest, CancellationToken cancellationToken) at PasswordManagerAccess.OnePassword.Client.TrySubmitRememberMeToken(SecondFactor[] factors, AesKey sessionKey, IAsyncSecureStorage storage, RestClient rest, CancellationToken cancellationToken) at PasswordManagerAccess.OnePassword.Client.PerformSecondFactorAuthentication(Int32 attempt, SecondFactor[] factors, Credentials credentials, AesKey sessionKey, IAsyncUi ui, IAsyncSecureStorage storage, RestClient rest, CancellationToken cancellationToken) at PasswordManagerAccess.OnePassword.Client.LoginAttempt(Int32 attempt, Credentials credentials, AppInfo app, IAsyncUi ui, IAsyncSecureStorage storage, RestClient rest, CancellationToken cancellationToken) at PasswordManagerAccess.OnePassword.Client.LogIn(Credentials credentials, AppInfo app, IAsyncUi ui, IAsyncSecureStorage storage, RestClient rest, CancellationToken cancellationToken) at PasswordManagerAccess.OnePassword.Client.LogIn(Credentials credentials, AppInfo app, IAsyncUi ui, IAsyncSecureStorage storage, IRestTransport transport, CancellationToken cancellationToken) at PasswordManagerAccess.OnePassword.Client.LogIn(Credentials credentials, AppInfo app, IAsyncUi ui, IAsyncSecureStorage storage, CancellationToken cancellationToken) at Devolutions.RemoteDesktopManager.Managers.OnePasswordManager.Initialize(ConnectionEngine engine, String username, String password, String accountKey, String uuid, String url, OnePasswordLoginMethod loginMethod)

176

20

avatar

Jonathan Del Signore

avatar

rolf

Samsung S Pen not working on RDP

Hi there, great app! I use it heavily. However, there's a major usability issue for me. I am used to using the pen that is included with my Samsung Galaxy S24 Ultra. But I cannot use it with RDManager on RDP sessions. Touch events by the pen are simply not recognized and have no effect. Mouse mode and touch mode usingy fingers work normally. I tried various settings without effect. Samsung S24 Ultra, Android 16 I would love to see support for the S Pen :) Thanks for considering!

84

6

avatar

Carl Marien

avatar

wandrey77

Backlog

Psono

Psono version 5.3.0 RDM version 2025.3.22.0 64-bit (JIT) The Psono API is configured without secrets restrictions. When I try to view secrets (double-click on the psono Entry), I get an error. [image] The Psono API is configured with restricted secrets. Secrets are visible. [image] But I can't select a specific record ID - it's impossible to enter anything in the field. [image] When choosing from the list I get an error. [image]

273

22

avatar

Carl Marien

avatar

cryorig

Connection context menu no longer available on search items

when using the search instead of the navigation window and right clicks on a connection the connection menu is no longer shown. in 2025.3.33 it looks like this: [image] with version 2026.1.10 and 2026.1.11 it does not show the connection menu, only a tooltip: [image]

75

4

avatar

Alexis Geller Peiro

avatar

lupowolfi

Resolved

Activity logs - Showing wrong "Active time"

Hi, I noticed that the Activity Logs feature does not display the correct Active time . Instead, it shows the same value as the Duration field, which is obviously incorrect. I have already opened a support ticket regarding this issue (ticket 00107199 ). I hope this issue will be addressed soon, as we plan to integrate this feature into our time‑tracking system. May I kindly ask if there is an ETA for addressing this issue? Thanks! Kind regards

69

6

avatar

lupowolfi

avatar

Alex.kletzl

Implemented Backlog

RDM Jum on 2026.1.10.0 Not Working

Hello, after the update to version 2026.1.10.0 our jump host doenst work anymore. Agent is not connecting. Error log [06.03.2026 09:21:38] RDMJump: 2112198948928 [06.03.2026 09:21:40] Ungültige Serialisierungsassembly: der erforderliche Typ Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializerContract ist nicht in der generierten Assembly 'RemoteDesktopManager.Core.XmlSerializers, Version=2026.1.10.0, Culture=neutral, PublicKeyToken=null' vorhanden. [06.03.2026 09:21:40] bei System.Xml.Serialization.TempAssembly.GetTypeFromAssembly(Assembly assembly, String typeName) bei System.Xml.Serialization.TempAssembly.LoadGeneratedAssembly(Type type, String defaultNamespace, XmlSerializerImplementation& contract) bei System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace) bei Devolutions.RemoteDesktopManager.Managers.VirtualChannelManager.GetSerializer(Type type, String nameSpace) bei Devolutions.RemoteDesktopManager.Managers.VirtualChannelManager.SaveObjectToBytes(Object value) bei Devolutions.RemoteDesktopManager.Managers.VirtualChannelManager.SendMessage(JumpMessage message) [06.03.2026 09:21:47] RDMJump: Acknowledge timeout [06.03.2026 09:21:47] Started [06.03.2026 09:34:13] RDMJump: 2082568376496 [06.03.2026 09:34:14] Ungültige Serialisierungsassembly: der erforderliche Typ Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializerContract ist nicht in der generierten Assembly 'RemoteDesktopManager.Core.XmlSerializers, Version=2026.1.10.0, Culture=neutral, PublicKeyToken=null' vorhanden. [06.03.2026 09:34:15] bei System.Xml.Serialization.TempAssembly.GetTypeFromAssembly(Assembly assembly, String typeName) bei System.Xml.Serialization.TempAssembly.LoadGeneratedAssembly(Type type, String defaultNamespace, XmlSerializerImplementation& contract) bei System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace) bei Devolutions.RemoteDesktopManager.Managers.VirtualChannelManager.GetSerializer(Type type, String nameSpace) bei Devolutions.RemoteDesktopManager.Managers.VirtualChannelManager.SaveObjectToBytes(Object value) bei Devolutions.RemoteDesktopManager.Managers.VirtualChannelManager.SendMessage(JumpMessage message) [06.03.2026 09:34:21] RDMJump: Acknowledge timeout [06.03.2026 09:34:21] Started [06.03.2026 09:38:20] RDMJump: 2557481874784 [06.03.2026 09:38:20] Ungültige Serialisierungsassembly: der erforderliche Typ Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializerContract ist nicht in der generierten Assembly 'RemoteDesktopManager.Core.XmlSerializers, Version=2026.1.10.0, Culture=neutral, PublicKeyToken=null' vorhanden. [06.03.2026 09:38:20] bei System.Xml.Serialization.TempAssembly.GetTypeFromAssembly(Assembly assembly, String typeName) bei System.Xml.Serialization.TempAssembly.LoadGeneratedAssembly(Type type, String defaultNamespace, XmlSerializerImplementation& contract) bei System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace) bei Devolutions.RemoteDesktopManager.Managers.VirtualChannelManager.GetSerializer(Type type, String nameSpace) bei Devolutions.RemoteDesktopManager.Managers.VirtualChannelManager.SaveObjectToBytes(Object value) bei Devolutions.RemoteDesktopManager.Managers.VirtualChannelManager.SendMessage(JumpMessage message) [06.03.2026 09:38:26] RDMJump: Acknowledge timeout [06.03.2026 09:38:26] Started I Have already reinstalled cleanly everything nothing helps here. Also switching the rmd jup to legacy doenst help. I Updated also everything from .net no help

98

5

avatar

Maxim Robert

avatar

matthiasgruber

RDM Jump 2026.1.10.0 does not work

Hi! Just updated vom my actual 2025.3 to 2026.1 and now the RDM Jump does not work anymore. Yes RDM Jump is startet, everything looks like allways, but if I try to start my session via RDM Jump, nothing happens Both machines are Windows 11 A look into the application log of the calling RDM shows: [05.03.2026 09:12:30 - 2026.1.10.0 - 64-bit] Error silent: Unsupported jump approach Default [05.03.2026 09:03:00 - 2026.1.10.0 - 64-bit] Error silent: Unsupported jump approach Default Using it as Portable (this with the overrite.cfg) on both sides, deleted everything copied new, reboot all the stuff, same result. Is that known? Did I miss something? Cheers Matthias

123

7

avatar

Richard Markiewicz

avatar

admindin

Bug in 2026.1.8.0 Beta

Starting with the new beta version of RDM 2026 it's no longer possible to simply press enter when entering a search in the filter box to open a session. This worked with all versions before and it would be nice, if that could be solved. [image]

89

3

avatar

Hubert Mireault

avatar

jm2

Resolved Implemented

Entry configured to use UPN of PAM domain user incorrectly resolving to username@domainFQDN instead of actual UPN

Hello, Using RDM 2025.3.27 with a website entry configured with username format override to {UPN} and credential to 'find by name in user vault', which locates an entry of type 'devolutions hub privileged account' that links to a domain user PAM account. In Hub WebUI when viewing the Advanced tab of the respective PAM account, the UPN attribute is displayed correctly (i.e. username@domain.com) and matches what is configured on the account in Active Directory. However when right mouse clicking on the website entry and selecting view password, the username is instead formatted username@domain.local. Seems RDM may be reconstructing the username using the domain attribute of the account (i.e. username + @ + domain FQDN), instead of retrieving the true UPN value from PAM. This results in an incorrect username being auto filled into the website, which is problematic for sites such as o365 which require a publicly resolvable UPN/email/username. Also tested this with DVLS 2025.2.x with a website entry using credential set directly to privileged account, and behavior appears to be the same. Somewhat related, but perhaps more of a feature request, domain user PAM accounts could benefit from having an email address attribute populated from AD, as this would be useful as a temporary work around for the described behavior, and in cases where UPN needs to be different than email. Please let me know if you would like any additional info. Thanks Joe

152

9

avatar

jm2

avatar

mka

Implemented

Browser connections causes URL to be stuck in RDM

When we open up a browser conenction using Microsoft Edge and we press a button and quickly change the windows in RDM to any other connections. The URL in the button left is stuck until we go back to the browser connection and move the mouse away from a button that links to something and then wait for the link in the button left to disapear. This is very anoying when you opens hundreds of connections daily and this URL gets stuck from just one of our browser connections. We then have to find out which one it is etc. In my picture you can see that I have opened two connections. The first one is the browser and the second one is the RDP. But in the RDP window I now have the URL stuck. [image]

337

14

avatar

devolutions30

avatar

mzwarg1

Installation problem with .NET 10.0.0 which is required for RDM 2026 release

I've been using this software for years and love it. With the recent March 2026 update, I have been required to install the Microsoft Windows Desktop Runtime version 10. In my instance, it is the version 10.0.3 (x64). However, the setup failed. I got the "error 0x80070006 The handle is invalid." There is a log file (snippet below) from the installer. I did restart computer and got same error. Until I get this installed, I can't run RDM.... :-( Does anyone have some ideas to solve this? Thanks Michael Zwarg [8470:93A8][2026-03-03T11:29:47]i010: Launching elevated engine process. [8470:93A8][2026-03-03T11:29:49]i011: Launched elevated engine process. [8470:93A8][2026-03-03T11:29:49]e000: Error 0x80070006: Failed to wait for child to connect to pipe. [8470:93A8][2026-03-03T11:29:49]e000: Error 0x80070006: Failed to connect to elevated child process. [8470:93A8][2026-03-03T11:29:49]e000: Error 0x80070006: Failed to actually elevate. [8470:93A8][2026-03-03T11:29:49]e000: Error 0x80070006: Failed to elevate. [8470:8528][2026-03-03T11:29:49]i000: Setting string variable 'WixStdBARestartRequired' to value '' [8470:93A8][2026-03-03T11:29:49]i399: Apply complete, result: 0x80070006, restart: None, ba requested restart: No [image]

140

4

avatar

Richard Markiewicz

avatar

sebastianbayer

Smart card logon with RSA KSP certificates works with mstsc but fails in RDM using X.509 credential (LSA error, affected by DisableCapiOverrideForRSA)

Hi, I’m seeing an issue with smart card logon when using Remote Desktop Manager. The same smart card certificates work fine with the native Microsoft RDP client (mstsc.exe). Environment Remote Desktop Manager: 2025.2.30 & 2025.3.23 Client OS: Windows 11 24H2 & 25H2 after 26100.6899/26.200.6899 -> Resolved issues in Windows 11, version 24H2 | Microsoft Learn RDS host OS: Windows Server 2016-2025 Auth: on-prem AD domain Smart cards: YubiKey 5 NFC (PIV) and Windows Virtual Smart Card Registry on the client: HKLM\SYSTEM\CurrentControlSet\Control\Lsa\DisableCapiOverrideForRSA 0 → no issue 1 → issue described below occurs Certificates on both Smartcards: RSA 2048, Smart Card Logon + Client Authentication EKUs, UPN in SAN Template configured for Microsoft Smart Card Key Storage Provider certutil -scinfo shows the same key via Microsoft Base Smart Card Crypto Provider and Microsoft Smart Card Key Storage Provider Smart card logon and RDP via mstsc.exe work correctly with these certs (with the reg-key both 0 and 1). Problem In RDM I created an X.509 certificate credential : Mode: Link to certificate store Location: Current user / Personal Find type: Thumbprint (of the smart card logon cert) PIN stored in the credential This credential is used by an RDP (Microsoft Remote Desktop) session with NLA enabled. Result (only when DisableCapiOverrideForRSA = 1): The RDP connection is established, but logon fails with: “An authentication error has occurred. The Local Security Authority cannot be contacted (LSA is not reachable).” If I: set DisableCapiOverrideForRSA back to 0 , or configure the same RDP session in RDM without using the X.509 credential and just rely on normal smart card redirection (like mstsc), then logon works. Expected Using an X.509 credential in RDM should behave the same as mstsc.exe and allow smart card logon with these RSA/KSP-capable certificates (YubiKey and Virtual Smart Card), even when DisableCapiOverrideForRSA is set to 1. After April 2026 the DisableCapiOverrideForRSA Workaround won't be available anymore. Is this a known limitation of the X.509 credential type with smart cards / KSP, or is there a recommended workaround? Thanks!

218

11

avatar

Richard Markiewicz

avatar

berno82

Properties window open on main screen

When using multiple screens the sesison properties window opens on the main screen every time RDM is restarted, while RDM opens on the screen it was last opened

275

6

avatar

Tommy Sanders

avatar

albertfrick

RDM crash copying files via TSClient

Hi, We are experiencing intermittent issues when copying files via the RDM client. RDM Version: 2025.3.28.0 Frequency: Reproducible and occurs often, but not every time Scenario: Connect to an Azure VM via Azure Bastion using the RDM client Copy an ISO file from \\tsclient\C\Temp to C:\Temp inside the VM Observed behavior: During the copy operation, the RDM console frequently becomes unresponsive and then crashes (the application closes automatically). I'm only able to reproduce the issue with Azure bastion sessions, not with standard RDP sessions to any local hosted VM. Is this a known issue, and can you reproduce it on your side? Please advise on the recommended next steps for troubleshooting, including which logs we should collect, whether this is a known bug, and any suggested configuration changes or workarounds. Many thanks.

53

2

avatar

Richard Markiewicz

avatar

admindin

Resolved Implemented

Certificate issue with RDM 2025.3 beta

Just tested the new beta version of RDM (2025.3.10.0). While RDM tries to connect to our Devolutions Server, we receive the following error message. RDM 2025.2 versions work fine. [image]

249

9

avatar

William Alphonso

avatar

AuxMax001

Changing icon color with batch edit does not propagate to all child entries

RDM 2025.3.30.0 installed. Using SQL server backend. This issue isn't related to the current release...it's been an annoyance for a while. I create templates where the parent folder is the physical location of the site, subfolders with equipment/connection types, and the actual connections under each relevant connection subfolder. The default color I use for the folder and connection icon is forest green. This is the primary corporation color. However, I have two secondary companies which are separate from the primary company. I use gray and pink for each secondary company, respectively. Both secondary companies use the same primary company templates. I just need to modify the icon color to match the established color scheme. I use batch edit at the parent folder, edit entries (general settings), and override the color on the general blade. When I make this change, the color does change on all entries, but the folders remain forest green. I'm forced to manually update each folder to the correct color. While I understand this batch edit is technically for "entries", I don't see a way to override folder color as a batch edit process. I don't know if this is a bug or feature request.

74

2

avatar

Samuel Dery

avatar

felixwinter1

Resolved

SSH session, special characters only appear after typing them multiple times

In the SSH session, we have the problem that special characters, e.g., { [ ] }, only appear after typing them multiple times in the shell. This problem occurred with one of the recent updates.

121

6

avatar

felixwinter1

avatar

RDMTinkerer

Backlog

RDM requires re-authentication to Hub even 2 times a day

Recently working with RDM when using Devolutions Hub became very annoying. I use Devolutions Hub Business - to share entries with the team. My Devolutions account is protected with a Yubikey security key. (JFYI - to log in to the Devolutions account I need only to provide the key, enter its pin, and touch the gold part of the key. The login page does not ask me to enter password, which is logical, given the passkey). On the other hand, in RDM entries expire after few hours, and it requires me to re-authenticate. But this time - the security key is not enough! I also need to provide Devolutions password! So it seems you assume my laptop is less trusted than a publicly available website, because to log in to the Devolutions website you don't require password. On yet another hand, you assume the Yubikey on my own machine is not secure enough that you need me to provide the password. My password is - of course - generated, so I don't remember it, every time I need to enter it, I have to launch my password manager, which is not running all the time for added security. Also, when I work offline , on networks with no access to the Internet - how can I reauthenticate? And the main question is - why ? I would like you to: Remove the need to authenticate to RDM using password when I have Yubikey paired. Yubikey is unbreakable when a basic computer hygiene is followed. Remove the need to re-authenticate from RDM every few hours . Or make it configurable. I can agree to re-authenticate every month , maybe. If other people want to provide their password every hour, so be it, but don't force me to waste time on this added chore, which doesn't add any security , really. Think about offline users with no access to the internet (either imposed by the customer or incidental), who need to use entries from the shared hub (or even personal hub). I need to be able to use my entries if I have them on my computer (after last successful sync) for as long as I want. If it's a week or a month with no Internet access, they must still work. Moreover, I need to be able to add new entries while offline . Thank you in advance. [image]

228

7

avatar

RDMTinkerer

1 - 25 of 2717 items