diff --git a/src/sbbs3/ntsvcs.c b/src/sbbs3/ntsvcs.c
index 6ea46fdec28eaec1e449cc0e2d7be418c397d9a5..74f1bfaa0a3011b543feed5308684c95af94e9d0 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,