From ef73334ab105a2254331636e57fb135166b5a2db Mon Sep 17 00:00:00 2001 From: Vladimir Tsykun Date: Sun, 24 Nov 2019 16:47:14 +0300 Subject: [PATCH] Added docs about ssh key usage --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1854836a..9b1af678 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ that have ssh key or composer config that gives it read (clone) access to your g For example, if your application runs under `www-data` and have home directory `/var/www`, directory structure must be like this. - ``` +``` └── /var/www/ ├── .ssh/ # ssh keys directory │ ├── config @@ -115,7 +115,7 @@ structure must be like this. ├── auth.json └── config.json - ``` +``` Example ssh config for multiple SSH Keys for different github account/repos, see [here for details](https://gist.github.com/jexchan/2351996)