mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 18:22:37 +02:00
7 lines
226 B
Markdown
7 lines
226 B
Markdown
# Dangerzone VM key
|
|
|
|
This is an insecure hard-coded SSH key that's built-in to allow ssh access to the VM's `user` account. It was generated like this:
|
|
|
|
```sh
|
|
ssh-keygen -t ed25519 -C dangerzone-vm-key -N "" -f id_ed25519
|
|
```
|