Skip to content

Commit

Permalink
Update ssh-key backup
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag3301 committed Jul 5, 2021
1 parent b4920a1 commit d91841b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ gpg --export-secret-keys $ID > my-private-key.asc
#### For SSH key
```sh
# Just zip the ~/.ssh dir
zip -r ssh-key.zip ~/.ssh
cd ~ && zip -r ssh-key.zip .ssh
```

0 comments on commit d91841b

Please sign in to comment.