Skip to content

Commit

Permalink
Merge pull request #2776 from colemickens/patch-2
Browse files Browse the repository at this point in the history
101-acs-kubernetes: fix output ssh commands
  • Loading branch information
bmoore-msft authored Nov 30, 2016
2 parents 8e40e4d + 0d237f1 commit 1f8d809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 101-acs-kubernetes/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
},
"sshMaster0": {
"type": "string",
"value": "[concat('ssh ', variables('adminUsername'), '@', reference(concat('Microsoft.ContainerService/containerServices/', 'containerservice-', resourceGroup().name)).masterProfile.fqdn, ' -A -p 2200')]"
"value": "[concat('ssh ', variables('adminUsername'), '@', reference(concat('Microsoft.ContainerService/containerServices/', 'containerservice-', resourceGroup().name)).masterProfile.fqdn, ' -A -p 22')]"
},
"agentFQDN": {
"type": "string",
Expand Down

0 comments on commit 1f8d809

Please sign in to comment.