2. Fire up your Mac's Terminal.app and enter
ssh user@hostname -p xxxxx
xxxxx is the port.
Hi Instacash,
Thanks so much for your help.
ssh username@JoeCoin -p joecoin.cloudapp.net : 22
It didn't work, don't know what I typed in incorrectly.
Assuming that JoeCoin is your username,
ssh JoeCoin@joecoin.cloudapp.net -p 22
or just
ssh JoeCoin@joecoin.cloudapp.net
since the default ssh port is 22.