diff --git a/src/views/settings/components/Esshd.vue b/src/views/settings/components/Esshd.vue index 09ae5a98..38b0865e 100644 --- a/src/views/settings/components/Esshd.vue +++ b/src/views/settings/components/Esshd.vue @@ -2,13 +2,6 @@
- -

Feel free to adjust the priv_dir and port number. - Then you will have to create the key for the keys (in the example priv/ssh_keys) and create the host keys with - ssh-keygen -m PEM -N "" -b 2048 -t rsa -f ssh_host_rsa_key. - After restarting, you should be able to connect to your Pleroma instance with ssh username@server -p $PORT -

-
Submit