diff --git a/docs/servers/ssh.md b/docs/servers/ssh.md index ca0b62ec..676afb51 100644 --- a/docs/servers/ssh.md +++ b/docs/servers/ssh.md @@ -16,10 +16,11 @@ You then need to enable the SSH server in your `config.hjson`: { loginServers: { ssh: { - enabled: true + enabled: true port: 8889 - privateKeyPass: YOUR_PK_PASS - } + privateKeyPem: /path/to/ssh_private_key.pem + privateKeyPass: YOUR_PK_PASS + } } } ```