質問

How can I connect to a HDInsight VM from Linux? Trying to connect with rdesktop gives me the error below.

rdesktop -u admin myclustername.azurehdinsight.net:3389
ERROR: Connection closed
役に立ちましたか?

解決

According to Microsoft the remote desktop access is broken for Linux and Mac. They are working on fixing the issue.

他のヒント

You must allow an exception for your ip in the Azure portal:

https://msdn.microsoft.com/en-us/library/azure/jj553530.aspx

You should make sure you are not behind a firewall that is restricting traffic by IP or port. Below is a list of the current Azure IP's. HDInsight is mainly in the East US and Europe at this point, so those would be the regions and subregions you'd be most interested in.

http://msdn.microsoft.com/en-us/library/windowsazure/dn175718.aspx

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top