Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
server:terminal [2024/03/03 01:29] – [Configure] Updated w/new sub-menus digital man | server:terminal [2024/03/04 20:42] (current) – [Configure] Updated SCFG screenshot for SSH digital man | ||
---|---|---|---|
Line 13: | Line 13: | ||
< | < | ||
- | ╔══════════════════════════════════════════════╗ | + | ╔═══════════════════════════════════════════╗ |
- | ║ Terminal Server | + | ║ Terminal Server |
- | ╠══════════════════════════════════════════════╣ | + | ╠═══════════════════════════════════════════╣ |
- | ║ │Enabled | + | ║ │Enabled |
- | ║ │Log Level Informational | + | ║ │Log Level Info ║ |
- | ║ │First Node | + | ║ │Serving Nodes 1-4 ║ |
- | ║ │Last Node 4 | + | ║ │SSH Support... |
- | ║ │SSH Support... | + | ║ │Telnet Support... |
- | ║ │Telnet Support... | + | ║ │RLogin Support... |
- | ║ │RLogin Support... | + | ║ │40 Column PETSCII |
- | ║ │DOS Program Support | + | ║ │80 Column PETSCII |
- | ║ │40 Column PETSCII Port 64 ║ | + | ║ │DOS Program Support |
- | ║ │80 Column PETSCII Port 128 ║ | + | ║ │Max Concurrent Connections |
- | ║ │Max Concurrent Connections | + | ║ │Max Login Inactivity |
- | ║ │Max Login Inactivity | + | ║ │Max New User Inactivity |
- | ║ │Max New User Inactivity | + | ║ │Max User Inactivity |
- | ║ │Max User Inactivity | + | ║ │Output Buffer Drain Timeout |
- | ║ │Output Buffer Drain Timeout | + | ║ │Execute Timed Events |
- | ║ │Execute Timed Events | + | ║ │Execute QWK-related Events |
- | ║ │Execute QWK-related Events | + | ║ │Lookup Client Hostname |
- | ║ │Lookup Client Hostname | + | ║ │JavaScript Settings... |
- | ║ │JavaScript Settings... | + | ║ │Failed Login Attempts... |
- | ║ │Failed Login Attempts... | + | ╚═══════════════════════════════════════════╝ |
- | ╚══════════════════════════════════════════════╝ | + | |
- | ╔════════════════════════════════════════════╗ | + | |
- | ║ | + | |
- | ╠════════════════════════════════════════════╣ | + | |
- | ║ │Enabled | + | |
- | ║ │Interfaces | + | |
- | ║ │Port | + | |
- | ║ │Connect Timeout | + | |
- | ║ │Error Level | + | |
- | ║ │File Transfer (SFTP) Support | + | |
- | ║ │Max SFTP Inactivity | + | |
- | ╚════════════════════════════════════════════╝ | + | |
- | ╔════════════════════════════════════════════╗ | + | |
- | ║ Telnet Support | + | |
- | ╠════════════════════════════════════════════╣ | + | |
- | ║ │Enabled | + | |
- | ║ │Interfaces | + | |
- | ║ │Port | + | |
- | ║ │Command Debug | + | |
- | ║ │Send Go-Aheads | + | |
- | ╚════════════════════════════════════════════╝ | + | |
- | ╔════════════════════════════════════════════╗ | + | |
- | ║ RLogin Support | + | |
- | ╠════════════════════════════════════════════╣ | + | |
- | ║ │Enabled | + | |
- | ║ │Interfaces | + | |
- | ║ │Port | + | |
- | ╚════════════════════════════════════════════╝ | + | |
</ | </ | ||
Line 146: | Line 117: | ||
The Synchronet Terminal Server will negotiate Telnet options with the client (enforcing echo and non-line-at-a-time modes), perform '' | The Synchronet Terminal Server will negotiate Telnet options with the client (enforcing echo and non-line-at-a-time modes), perform '' | ||
+ | |||
+ | ==== Configure ==== | ||
+ | Telnet support in the Synchronet Terminal Server can be configured via [[util: | ||
+ | |||
+ | < | ||
+ | ╔══════════════════════════════════╗ | ||
+ | ║ Telnet Support | ||
+ | ╠══════════════════════════════════╣ | ||
+ | ║ │Enabled | ||
+ | ║ │Interfaces | ||
+ | ║ │Port | ||
+ | ║ │Command Debug | ||
+ | ║ │Send Go-Aheads | ||
+ | ╚══════════════════════════════════╝ | ||
+ | </ | ||
==== Options ==== | ==== Options ==== | ||
Telnet options are negotiated between the client and server, normally without any indication to the user. | Telnet options are negotiated between the client and server, normally without any indication to the user. | ||
+ | |||
+ | If no Telnet options are received by the Terminal Server during an initial client session on the configured Telnet port, the Terminal Server will revert the client to just "Raw TCP" protocol. | ||
Telnet options can be re-negotiated at any time during a Telnet session, but most options are only negotiated during the initial connection. | Telnet options can be re-negotiated at any time during a Telnet session, but most options are only negotiated during the initial connection. | ||
Line 197: | Line 185: | ||
SSHv2 support provided by [[dev: | SSHv2 support provided by [[dev: | ||
+ | |||
+ | ==== Configure ==== | ||
+ | |||
+ | SSH support in the Synchronet Terminal Server can be configured via [[util: | ||
+ | < | ||
+ | ╔══════════════════════════════════════════════════════╗ | ||
+ | ║ SSH Support | ||
+ | ╠══════════════════════════════════════════════════════╣ | ||
+ | ║ │Enabled | ||
+ | ║ │Interfaces | ||
+ | ║ │Port | ||
+ | ║ │Connect Timeout | ||
+ | ║ │Error Level | ||
+ | ║ │User Authentication Type Valid Key or Username ║ | ||
+ | ║ │File Transfer (SFTP) Support | ||
+ | ║ │Max SFTP Inactivity | ||
+ | ╚══════════════════════════════════════════════════════╝ | ||
+ | </ | ||
==== cryptlib.key ==== | ==== cryptlib.key ==== | ||
Line 206: | Line 212: | ||
===== RLogin ===== | ===== RLogin ===== | ||
BSD Rlogin (RFC-[[rfc> | BSD Rlogin (RFC-[[rfc> | ||
+ | |||
+ | ==== Configure ==== | ||
+ | RLogin support in the Synchronet Terminal Server can be configured via [[util: | ||
+ | |||
+ | < | ||
+ | ╔══════════════════════════════════╗ | ||
+ | ║ RLogin Support | ||
+ | ╠══════════════════════════════════╣ | ||
+ | ║ │Enabled | ||
+ | ║ │Interfaces | ||
+ | ║ │Port | ||
+ | ╚══════════════════════════════════╝ | ||
+ | </ | ||
==== History | ==== History |