mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
Added Telnet content
This commit is contained in:
parent
162fdeeb68
commit
2ad02d9ece
1 changed files with 22 additions and 1 deletions
|
@ -1,4 +1,25 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Telnet Server
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue