From 8973610a4041e05f6b6dd6d4adc081f1a156a90a Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Fri, 29 Dec 2006 08:40:20 +0000 Subject: [PATCH] Added SSH keys in [bbs] section. --- ctrl/sbbs.ini | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ctrl/sbbs.ini b/ctrl/sbbs.ini index 89846ebd32..cf48ffa64d 100644 --- a/ctrl/sbbs.ini +++ b/ctrl/sbbs.ini @@ -37,12 +37,14 @@ AutoStart=true ; Set to IP address of network interface (or blank for default): TelnetInterface= -; Set to IP address of network interface (or blank for default): RLoginInterface= + SSHInterface= ; TCP port for Telnet server: TelnetPort=23 ; TCP port for RLogin server: RLoginPort=513 +; TCP port for Secure Shell (SSH) server: + SSHPort=22 ; This server handles this range of BBS nodes: ; LastNode should not be higher than the number of nodes configured in SCFG->Nodes @@ -89,6 +91,7 @@ ; AUTO_LOGON ; DEBUG_TELNET ; SYSOP_AVAILABLE +; ALLOW_SSH ; ALLOW_RLOGIN ; USE_2ND_RLOGIN ; NO_QWK_EVENTS @@ -100,7 +103,7 @@ ; NO_JAVASCRIPT ; LOCAL_TIMEZONE ; MUTE -Options = XTRN_MINIMIZED | SYSOP_AVAILABLE | USE_2ND_RLOGIN | ALLOW_RLOGIN +Options = XTRN_MINIMIZED | SYSOP_AVAILABLE | USE_2ND_RLOGIN | ALLOW_RLOGIN | ALLOW_SSH [Mail] AutoStart=true -- GitLab