From 89d1db41a999be6cf28b8beb935b3e8624edec51 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sun, 31 Dec 2006 00:07:50 +0000
Subject: [PATCH] Synchronet Telnet service now also support SSH.

---
 src/sbbs3/ntsvcs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sbbs3/ntsvcs.c b/src/sbbs3/ntsvcs.c
index 6ea46fdec2..74f1bfaa0a 100644
--- a/src/sbbs3/ntsvcs.c
+++ b/src/sbbs3/ntsvcs.c
@@ -92,8 +92,8 @@ typedef struct {
 
 sbbs_ntsvc_t bbs ={	
 	NTSVC_NAME_BBS,
-	"Synchronet Telnet/RLogin Server",
-	"Provides support for Telnet and RLogin clients and executes timed events. " \
+	"Synchronet Telnet/RLogin/SSH Server",
+	"Provides support for Telnet, RLogin, and SSH clients and executes timed events. " \
 		"This service provides the critical functions of your Synchronet BBS.",
 	&bbs_startup,
 	&bbs_startup.options,
-- 
GitLab