Update ssh.md
This commit is contained in:
@@ -16,9 +16,10 @@ 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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user