TeaSpeak-Client/installer/deploy/generate_keys.md

3 lines
55 B
Markdown
Raw Normal View History

2019-10-25 19:51:40 -04:00
```$bash
ssh-keygen -t rsa -b 4096 -f ssh_key -N ''
```