Skip to content

Commit

Permalink
Added docs about ssh key usage
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsykun committed Nov 24, 2019
1 parent f362e85 commit ef73334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit ef73334

Please sign in to comment.