Skip to content
Snippets Groups Projects
Commit 89d1db41 authored by rswindell's avatar rswindell
Browse files

Synchronet Telnet service now also support SSH.

parent 3e39b0ad
No related branches found
No related tags found
No related merge requests found
...@@ -92,8 +92,8 @@ typedef struct { ...@@ -92,8 +92,8 @@ typedef struct {
sbbs_ntsvc_t bbs ={ sbbs_ntsvc_t bbs ={
NTSVC_NAME_BBS, NTSVC_NAME_BBS,
"Synchronet Telnet/RLogin Server", "Synchronet Telnet/RLogin/SSH Server",
"Provides support for Telnet and RLogin clients and executes timed events. " \ "Provides support for Telnet, RLogin, and SSH clients and executes timed events. " \
"This service provides the critical functions of your Synchronet BBS.", "This service provides the critical functions of your Synchronet BBS.",
&bbs_startup, &bbs_startup,
&bbs_startup.options, &bbs_startup.options,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment