X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Fconfiguration%2Fcheatsheet.md;h=caa7f2edc693e447b3c1c230807e4d35da82c2b8;hb=e6cd61619f83e26744facfe9e306ad9811c801fb;hp=7700bf65a1378b63716e70a10f648b0744e09efc;hpb=0543954d14c052b9d8de9a8bf3f4e3a84aca8a1b;p=akkoma diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 7700bf65a..caa7f2edc 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -835,24 +835,6 @@ This will probably take a long time. ## Alternative client protocols -### BBS / SSH access - -To enable simple command line interface accessible over ssh, add a setting like this to your configuration file: - -```exs -app_dir = File.cwd! -priv_dir = Path.join([app_dir, "priv/ssh_keys"]) - -config :esshd, - enabled: true, - priv_dir: priv_dir, - handler: "Pleroma.BBS.Handler", - port: 10_022, - 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 -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` - ### :gopher * `enabled`: Enables the gopher interface * `ip`: IP address to bind to