Update ssh.md

This commit is contained in:
Jasin2069 2018-03-29 18:29:03 -04:00 committed by GitHub
parent 2ad02d9ece
commit cbb3970605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -16,10 +16,11 @@ You then need to enable the SSH server in your `config.hjson`:
{ {
loginServers: { loginServers: {
ssh: { ssh: {
enabled: true enabled: true
port: 8889 port: 8889
privateKeyPass: YOUR_PK_PASS privateKeyPem: /path/to/ssh_private_key.pem
} privateKeyPass: YOUR_PK_PASS
}
} }
} }
``` ```