summaryrefslogtreecommitdiff
path: root/docs/config.md
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2019-05-22 18:57:34 +0000
committerkaniini <nenolod@gmail.com>2019-05-22 18:57:34 +0000
commitf0516d911437527891f19f0936fb558e817a75ac (patch)
tree0bafb578fc02d56955fee1d28a7b85a5361b26e2 /docs/config.md
parent0b4f569c5ba10be61733d37f0be9bee5af693daf (diff)
parent78ac8ee56139ed98625c54ce627eb37047a361f0 (diff)
downloadpleroma-f0516d911437527891f19f0936fb558e817a75ac.tar.gz
pleroma-f0516d911437527891f19f0936fb558e817a75ac.zip
Merge branch 'ssh-fixes' into 'develop'
Ssh fixes Closes #869 and #925 See merge request pleroma/pleroma!1191
Diffstat (limited to 'docs/config.md')
-rw-r--r--docs/config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md
index 264b65499..be0cbc2dc 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -478,7 +478,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