grunt-deployments icon indicating copy to clipboard operation
grunt-deployments copied to clipboard

Does not work for non-standard SSH ports

Open ghost opened this issue 11 years ago • 1 comments

It is reasonably common for hosting services to use a non-standard SSH port, e.g. 2222.

ghost avatar Aug 01 '14 23:08 ghost

Just add the port like this: "ssh_host": "user@host -p 2222"

pmdennis avatar Oct 05 '15 08:10 pmdennis