From 28217832248248a8a6be2912585e499c491851ca Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Wed, 21 Oct 2015 12:40:44 -0700 Subject: [PATCH] added reference to Drone ssh key in Docs [CI SKIP] --- DOCS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DOCS.md b/DOCS.md index e32bcea..5011879 100644 --- a/DOCS.md +++ b/DOCS.md @@ -16,4 +16,6 @@ deploy: commands: - echo hello - echo world -``` \ No newline at end of file +``` + +The plugin authenticates to your server using a per-repository SSH key generated by Drone. You can find the public key in your repository settings in Drone. You will need to copy / paste this key into your `~/.ssh/authorized_keys` file on your remote machine. \ No newline at end of file