summaryrefslogtreecommitdiff
path: root/templates/service/ssh
AgeCommit message (Collapse)Author
2018-05-13T631: Rewrite SSH configuration as XML interface definitionChristian Poessinger
2018-02-28T507: add autocompletion or SSH key exchange algorithmsDaniil Baturin
2018-01-02T122: Undo the multiple-features-in-one-commit commitAlain Lamar
2018-01-02Merge branch 't122-sshd' of https://github.com/alainlamar/vyatta-cfg-system ↵Alain Lamar
into t122-sshd
2018-01-02T122: Added a config node to implement sshd_config's DenyGroupsAlain Lamar
2018-01-02T122: Added a config node to implement sshd_config's DenyUsersAlain Lamar
2018-01-02T122: Added a config node to implement sshd_config's AllowGroupsAlain Lamar
2018-01-02T122: Added a config node to implement sshd_config's AllowUsersAlain Lamar
2018-01-02T122: Add a new node to store access control configurationsAlain Lamar
2018-01-01T122: Add config nodes for user/group access controls in sshd_configAlain Lamar
2017-12-31T507: Add support for SSHd loglevel configurationChristian Poessinger
2017-12-31T507: Add support for key exchange algorithmsChristian Poessinger
2017-12-31T507: Add new OpenSSH ciphersChristian Poessinger
2017-12-31T507: fix regex to avoid multiple Cipher lines in sshd_configChristian Poessinger
2017-12-31T507: fix regex to avoid multiple MAC lines in sshd_configChristian Poessinger
2017-04-29T167: "set service ssh allow-root" does not functionEwald van Geffen
2014-08-03Bug #237: improve ciphers option help and value validation.Daniil Baturin
2014-06-11Add support for ciphers and macs override in sshneutralrockets
Add support to override default Ciphers and MACs options in SSH server for eg: set service ssh ciphers <list of ciphers> set service ssh macs <list of macs>
2012-08-15Remove support for ssh protocol versionStephen Hemminger
Bug 6576
2010-12-15Add checking of protocol-version valueStephen Hemminger
Syntax checking and help.
2010-12-15Don't regenerate ssh v1 keyStephen Hemminger
The key generation is done during installation or earlier in rl-system.init
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-16Add ability to configure SSH listen addressStephen Hemminger
Bug 2410 Add ability to add configure listen address in ssh_config. set service ssh listen-address 1.2.4.40 Multiple values are allowed, and works for both IPv4 and IPv6
2010-11-16Add option to disable host validation (DNS) for SSHStephen Hemminger
Bug 4970 New CLI control of UseDNS option to sshd_config set service ssh disable-host-validation
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-03SSH enhancementsStephen Hemminger
Add public key support Convert allow-root and password-authentication from boolean nodes to regular nodes.
2009-12-02Add ability to disable password authenticationStephen Hemminger
Part of Bug 3255
2009-10-15partial fix for bug 4903.slioch
2008-11-07Always restart sshStephen Hemminger
Need to do restart of ssh daemon. Rewriting config file is faster than checking
2008-11-06Don't restart sshd if not neededStephen Hemminger
If configuration doesn't change (ie during boot), then do not need to restart sshd. Also use newer format configuration file syntax.
2008-11-06Add completion for allowed valuesStephen Hemminger
2008-10-16Change telnet allow-root type from txt to bool.Stig Thormodsrud
Fix tab completion on bool.
2008-10-16Need sudo when editing ssh config fileStephen Hemminger
2008-10-15Fix parsing of allow-root fieldStephen Hemminger
Bugfix 3795 The field is boolean and was failing during bootup. Rework to use sed and do it the simple way
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-02-28fix ssh allow-root templateStephen Hemminger
Bugfix: 2909 1. Change name so telnet and ssh syntax are similar 2. Fix to always return true so update suceeds 3. No need to delete entry on removal of ssh service
2008-02-26add option to disable root login over sshStephen Hemminger
See: https://bugzilla.vyatta.com/show_bug.cgi?id=2798 and https://bugzilla.vyatta.com/show_bug.cgi?id=2806
2008-01-31convert templates to new syntaxAn-Cheng Huang
2007-10-24add 'sudo' for 'system' and 'service/ssh' configuration commands.An-Cheng Huang
2007-10-22add service/ssh configuration.An-Cheng Huang