문제

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