Added Telnet content

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

View File

@ -2,3 +2,24 @@
layout: page
title: Telnet Server
---
Telnet is enabled by default on port `8888` in `config.hjson`:
```hjson
{
loginServers: {
telnet: {
enabled: true
port: 8888
}
}
}
```
### Telnet Server Options
| Option | Description
|---------------------|--------------------------------------------------------------------------------------|
| `firstMenu` | First menu a telnet connected user is presented with
| `enabled` | Enable/disable SSH server
| `port` | Configure a custom port for the SSH server