TeaSpeak-Client/installer/deploy/generate_keys.md
2019-10-26 01:51:40 +02:00

3 lines
55 B
Markdown

```$bash
ssh-keygen -t rsa -b 4096 -f ssh_key -N ''
```