slawekjaranowski commented on code in PR #21: URL: https://github.com/apache/maven-deploy-plugin/pull/21#discussion_r843179383
########## src/site/apt/examples/deploy-ssh-external.apt: ########## @@ -58,9 +58,26 @@ Deployment of artifacts in an external SSH command +----+ - If you are deploying from Unix or have Cygwin installed you won't need to any additional configuration in your <<<settings.xml>>> - file as everything will be taken from the environment. But if you are on Windows and are using something like <<<plink>>> then - you will need something like the following: + If you are deploying from Linux/Unix or have Cygwin installed you only need to add the location of your PEM based private key in your <<<settings.xml>>> + ++----+ + +<settings> + ... + <servers> + <server> + <id>production-server</id> Review Comment: `id` should be the same as in `distributionManagement` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org