简体   繁体   中英

How to secure remote desktop access to windows azure instances

I've successfully enabled Remote Desktop access to my Windows Azure Web role, but ideally I'd like to lock down access so it's not only protected by a password. Is this possible? For example, restrict RDP access to specific IP ranges, require a client certificate, etc.

I realise that you're advised not to enable Remote Desktop at all times but rather only enable it for troubleshooting. But if it's enabled for troubleshooting the security problem still remains. (Also seems annoying that you can't enable/disable RDP access without republishing, unless I'm missing something).

thanks

One thing you can do is move your site to a durable VM, that offers you the ability to:

You could change the RDP port as well using a script (using a web/worker role) to mimic the behavior above, but I would not do that. With PowerShell scripts, you can have an admin page that runs a powershell script in the background (turn on RDP/turn it off). But I think that is a big overkill here unless you really want to turn RDP off for compliance.

Edit: addition info since 2012 :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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