1

I have been trying to upload an iOS app to Apple App Store for almost a week without success. The last of the series of problems I am faced is the persistent SSH connection error from Application Uploader.

The session's status is FAILED and the error description is
'failed to open ssh session. (16).'

Have read this but I don't have a Mac - only a vmware guest Mac OS. Would be grateful if anyone can point me towards a fix. Is this a problem with VM machine settings. Firewall? Appreciate your help. Thanks.

Community
  • 1
  • 1
nazim
  • 1,439
  • 2
  • 16
  • 26
  • You can try this guide to enable SSH http://www.maclife.com/article/howtos/how_enable_ssh_your_mac. I suggest using a Bridged Network for your Vmware Guest and manually Add a static IP address For your Guest OS above the DHCP range, using Network setup. For example if you connect to your Router find DHCP in your LAN settings and it will show you the range, ie 192.168.0.1 - 192.168.0.100. So choose 192.168.0.101 for your Mac IP. Heres a Guide to do that too http://www.howtogeek.com/howto/22161/how-to-set-up-a-static-ip-in-mac-os-x/. – Tasos Jun 07 '14 at 06:53
  • 1
    You would likely have better luck with this question at superuser or related stackexchange networks – 1110101001 Jun 07 '14 at 23:57

1 Answers1

1

After having the same issue I've been able to fix this issue.

To solve this issue you need to:

Go to page 6 "System and Network Requirements" from https://itunesconnect.apple.com/docs/UsingApplicationLoader.pdf

verify that all of the ports and IP addresses are accessible.

After opening all of the ports from the table, I'm now able to upload my apps.

Enjoy!

kernix
  • 7,970
  • 3
  • 28
  • 44