Add new data

This commit is contained in:
root
2024-03-02 02:54:33 +03:00
parent ed098b2e6c
commit 8c8a39aef2
17 changed files with 112 additions and 18 deletions

View File

@@ -1,7 +1,8 @@
# SSH
## Generate public key from private
```
```bash
ssh-keygen -f id_rsa -y > id_rsa.pub
```