summaryrefslogtreecommitdiff
path: root/templates/service/telnet
AgeCommit message (Collapse)Author
2010-12-06Allow telnet and ssh to start before routing protocolsStephen Hemminger
Bug 6474 Use priority 500 which is after login, syslog, etc.
2010-11-16Need to restart telnet if port or listen-address changesStephen Hemminger
2010-11-16Add ability to configure telnet listen-addresStephen Hemminger
Bug 4452 Allow configuring a telnet listen-address either IPv4 or IPv6 (like SSH). Unlike SSH, telnet only supports a single listen-address
2010-08-20Add checking of port rangeStephen Hemminger
Bug 6058 Put consitent checking port range on snmp, ssh, and telnet
2010-07-16Remove verbs from all help messagesStephen Hemminger
Per current policy remove verb from all help messages in th is package
2010-01-24Fix allow-root for telnet/sshStephen Hemminger
Bug 5252 The boot script needs to restore default settings, and the templates are then used to enable root access.
2009-12-04Change telnet allow-root to existance (instead of boolean)Stephen Hemminger
Also change config version for migration.
2009-10-15partial fix for bug 4903.slioch
2009-07-17Make telnet management smarterStephen Hemminger
Bug 4591 Consolidate check for telnet login Don't remove /etc/securetty edit it (cherry picked from commit c6c477f2ffb0f2fd4cf12882f22c2c44ab57cc46)
2008-10-16Change telnet allow-root type from txt to bool.Stig Thormodsrud
Fix tab completion on bool.
2008-10-07Revert "Change allow-root nodes to boolean"slioch
This reverts commit 7232e04d5d021f60e4cf6463328c165f19d56c6c.
2008-10-07Change allow-root nodes to booleanStephen Hemminger
These are boolean, not text fields. Only allowed value is true/false
2008-07-14Fix 3359: changing telnet setting drops other telnet sessions.root
2008-04-10Fix Bug 3069 Help strings should be standardizedMohit Mehta
-help strings standardized in vyatta-cfg-system
2008-01-31convert templates to new syntaxAn-Cheng Huang
2007-12-10also check telnet session for "allow-root"An-Cheng Huang
2007-12-10fix for bug 2524: telnet settings can only be set via ssh or console.An-Cheng Huang
2007-12-05add "allow-root" option for telnet (default "false").An-Cheng Huang
2007-10-31add telnet serviceAn-Cheng Huang