Skip to content

Commit

Permalink
Merge pull request #46 from mrodespin/master
Browse files Browse the repository at this point in the history
Update Readme file
  • Loading branch information
vtsykun authored Dec 29, 2022
2 parents 5f6e866 + c8611d6 commit d2eaf0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@ Host github-org2
```

If you have the error ```This private key is not valid``` inserting your ssh in admin panel is because the ssh key was generated with newer OpenSSH.
New keys with OpenSSH private key format can be converted using ssh-keygen utility to the old PEM format.
```ssh-keygen -p -m PEM -f ~/.ssh/id_rsa```

You can add GitHub/GitLab access token to `auth.json`, see [here](https://gist.github.com/jeffersonmartin/d0d4a8dfec90d224d14f250b36c74d2f)

```
Expand Down

0 comments on commit d2eaf0f

Please sign in to comment.