8000 Incluido pasta de SSH com infos no readme · ssh-juan/github-foundations@720a60d · GitHub
[go: up one dir, main page]

Skip to content

Commit 720a60d

Browse files
committed
Incluido pasta de SSH com infos no readme
1 parent 33cbf2c commit 720a60d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ssh-keys/readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### Generate a SSH Key
2+
3+
- Either RSA or ED25519
4+
5+
```
6+
ssh-keygen -t rsa
7+
ssh-keygen -t ed25519
8+
cat /home/codespace/.ssh/id_ed25519.pub
9+
```

0 commit comments

Comments
 (0)
0