Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zevilz committed Jul 7, 2023
1 parent 3f838ca commit 994e3c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ SSH keys with passphrase not supported. But you can temporary disable asking pas

```bash
eval "$(ssh-agent)"
ssh-add ~/.ssh/id_rsa```
ssh-add ~/.ssh/id_rsa
```

After migration you can remove identity for enable passphrase:

```bash
ssh-add -d ~/.ssh/id_rsa```
ssh-add -d ~/.ssh/id_rsa
```

## Parameters

Expand Down

0 comments on commit 994e3c4

Please sign in to comment.