X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Fconfig.md;h=67b062fe930b776112f680eae2ac24161cbbc1dc;hb=d9c0650ff9afd66c15d960b727dc2e6ed37477a3;hp=1d1d24c3275d7f5f4a03f91649c2b2a4c530253d;hpb=7d9b33b3cebeed451210f754a8c34cc14a9e969b;p=akkoma diff --git a/docs/config.md b/docs/config.md index 1d1d24c32..67b062fe9 100644 --- a/docs/config.md +++ b/docs/config.md @@ -481,7 +481,7 @@ config :esshd, password_authenticator: "Pleroma.BBS.Authenticator" ``` -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 -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` +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` ## :auth