3 lines
55 B
Markdown
3 lines
55 B
Markdown
|
```$bash
|
||
|
ssh-keygen -t rsa -b 4096 -f ssh_key -N ''
|
||
|
```
|