Skip to content

Commit

Permalink
📜 extend ssh commands
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount authored Jan 9, 2023
1 parent cf9b3ec commit 6e3d1b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sheets/bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ unzip file.zip

## SSH & GPG

Create SSH key pair
Create SSH key pair and connect SSH with this key

```bash
ssh-keygen # prompts for location and passphrase
ssh-keygen -f file_name -C "Comment" # prompts for passphrase
ssh -i file_name user@host
```

Import public key of someone
Expand Down

0 comments on commit 6e3d1b4

Please sign in to comment.