Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy authored Oct 30, 2020
1 parent ffff33f commit fd39ef0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ SSH Proxy Setting:
### Setting up SSH Key

Make sure to follow the below steps while creating SSH Keys and using them.
The best practice is create the SSH Keys on local machine not remote machine.
Login with username specified in Github Secrets. Generate a RSA Key-Pair:

```bash
Expand All @@ -91,7 +92,7 @@ Login with username specified in Github Secrets. Generate a RSA Key-Pair:
Add newly generated key into Authorized keys. Read more about authorized keys [here](https://www.ssh.com/ssh/authorized_keys/).

```bash
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
cat .ssh/id_rsa.pub | ssh b@B 'cat >> .ssh/authorized_keys'
```

Copy Private Key content and paste in Github Secrets.
Expand Down

0 comments on commit fd39ef0

Please sign in to comment.