简体   繁体   English

云服务中的Azure远程桌面可追溯性

[英]Azure Remote Desktop Traceability in a Cloud Service

If you follow Microsoft's instructions here to enable RDP on instances in a Cloud Service, they tell you to create a user and set a password for remote desktop purposes. 如果您按照Microsoft的说明 Cloud Service中的实例上启用RDP,则它们会告诉您创建用户并为远程桌面目的设置密码。

As this can quickly become a "shared account", I am wondering how one goes about linking this to a person. 由于这可以很快成为“共享帐户”,因此我想知道如何将其链接到一个人。 The Azure Operation logs do not seem to keep track of who RDP'ed or not, and the Windows Security Event Log obviously has no idea what user was connecting other than the user you created. Azure操作日志似乎无法跟踪谁进行了RDP,并且Windows安全事件日志显然不知道除了创建的用户以外,哪个用户正在连接。 This make traceability difficult. 这使可追溯性变得困难。

While I understand RDP should only be enabled for troubleshooting purposes, I am hoping I missed something simple that would allow Azure Cloud Service users to enable RDP without losing all traceability on who is accessing what instance. 虽然我知道应该仅出于故障排除目的而启用RDP,但我希望我错过了一些简单的事情,这些事情将允许Azure云服务用户启用RDP,而不会丢失有关谁在访问哪个实例的所有可追溯性。

Short Version: How do I know who connected over RDP using the shared RDP Account? 简短版:我如何知道谁使用共享的RDP帐户通过RDP连接? Azure logs, infrastructure logs maybe? Azure日志,基础架构日志?

Thanks 谢谢

There have been a few changes since the link you mentioned is published: 自您提到的链接发布以来,发生了一些更改:

  1. You can now enable/disable remote desktop through the portal. 您现在可以通过门户启用/禁用远程桌面。 You don't have to do it at the time of publishing your cloud service. 发布云服务时不必这样做。 Using this, you can provision remote desktop connections for individual users in your team instead of relying on one shared RDP connection. 使用此功能,您可以为团队中的单个用户设置远程桌面连接,而不必依赖一个共享的RDP连接。 To do so, click on CONFIGURE tab for your cloud service and then click on Remote icon and follow the instructions. 为此,请单击云服务的“ CONFIGURE选项卡,然后单击“ Remote图标并按照说明进行操作。
  2. The thing you do on portal with remote desktop can also be done programmatically using Service Management API. 您在带有远程桌面的门户上执行的操作也可以使用Service Management API以编程方式完成。 With the latest Service Management API release, RDP functionality is basically an extension which you can enable/disable on the fly. 使用最新的Service Management API版本,RDP功能基本上是一个扩展,您可以即时启用/禁用它。 I wrote a blog post not too long ago describing this functionality: http://gauravmantri.com/2013/05/06/windows-azure-cloud-services-extensions-and-service-management-api-fun-with-remote-desktop/ 我不久前写了一篇博客文章,描述了此功能: http : //gauravmantri.com/2013/05/06/windows-azure-cloud-services-extensions-and-service-management-api-fun-with-remote -桌面/

I haven't actually looked at security event logs so I can't say for sure that it would log this activity but I'm assuming it would. 我实际上并没有查看安全事件日志,因此不能肯定地说它将记录此活动,但我假设会记录。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM