Remove ":22" from copyable SSH command
In the SSH + Cluster login section, applications for an HDInsight cluster have a copyable command of ssh sshuser@<hdinsight-hostname>:22
.
On Linux and macOS this is not a valid SSH command. ssh sshuser@<hdinsight-hostname>
is a valid SSH command, without the ":22".
Please remove the ":22" suffix for HDInsight applications.
