Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-13 | T631: Rewrite SSH configuration as XML interface definition | Christian Poessinger | |
2018-02-28 | T507: add autocompletion or SSH key exchange algorithms | Daniil Baturin | |
2018-01-02 | T122: Undo the multiple-features-in-one-commit commit | Alain Lamar | |
2018-01-02 | Merge branch 't122-sshd' of https://github.com/alainlamar/vyatta-cfg-system ↵ | Alain Lamar | |
into t122-sshd | |||
2018-01-02 | T122: Added a config node to implement sshd_config's DenyGroups | Alain Lamar | |
2018-01-02 | T122: Added a config node to implement sshd_config's DenyUsers | Alain Lamar | |
2018-01-02 | T122: Added a config node to implement sshd_config's AllowGroups | Alain Lamar | |
2018-01-02 | T122: Added a config node to implement sshd_config's AllowUsers | Alain Lamar | |
2018-01-02 | T122: Add a new node to store access control configurations | Alain Lamar | |
2018-01-01 | T122: Add config nodes for user/group access controls in sshd_config | Alain Lamar | |
2017-12-31 | T507: Add support for SSHd loglevel configuration | Christian Poessinger | |
2017-12-31 | T507: Add support for key exchange algorithms | Christian Poessinger | |
2017-12-31 | T507: Add new OpenSSH ciphers | Christian Poessinger | |
2017-12-31 | T507: fix regex to avoid multiple Cipher lines in sshd_config | Christian Poessinger | |
2017-12-31 | T507: fix regex to avoid multiple MAC lines in sshd_config | Christian Poessinger | |
2017-04-29 | T167: "set service ssh allow-root" does not function | Ewald van Geffen | |
2014-08-03 | Bug #237: improve ciphers option help and value validation. | Daniil Baturin | |
2014-06-11 | Add support for ciphers and macs override in ssh | neutralrockets | |
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-15 | Remove support for ssh protocol version | Stephen Hemminger | |
Bug 6576 | |||
2010-12-15 | Add checking of protocol-version value | Stephen Hemminger | |
Syntax checking and help. | |||
2010-12-15 | Don't regenerate ssh v1 key | Stephen Hemminger | |
The key generation is done during installation or earlier in rl-system.init | |||
2010-12-06 | Allow telnet and ssh to start before routing protocols | Stephen Hemminger | |
Bug 6474 Use priority 500 which is after login, syslog, etc. | |||
2010-11-16 | Add ability to configure SSH listen address | Stephen 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-16 | Add option to disable host validation (DNS) for SSH | Stephen Hemminger | |
Bug 4970 New CLI control of UseDNS option to sshd_config set service ssh disable-host-validation | |||
2010-08-20 | Add checking of port range | Stephen Hemminger | |
Bug 6058 Put consitent checking port range on snmp, ssh, and telnet | |||
2010-07-16 | Remove verbs from all help messages | Stephen Hemminger | |
Per current policy remove verb from all help messages in th is package | |||
2010-01-24 | Fix allow-root for telnet/ssh | Stephen Hemminger | |
Bug 5252 The boot script needs to restore default settings, and the templates are then used to enable root access. | |||
2009-12-03 | SSH enhancements | Stephen Hemminger | |
Add public key support Convert allow-root and password-authentication from boolean nodes to regular nodes. | |||
2009-12-02 | Add ability to disable password authentication | Stephen Hemminger | |
Part of Bug 3255 | |||
2009-10-15 | partial fix for bug 4903. | slioch | |
2008-11-07 | Always restart ssh | Stephen Hemminger | |
Need to do restart of ssh daemon. Rewriting config file is faster than checking | |||
2008-11-06 | Don't restart sshd if not needed | Stephen 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-06 | Add completion for allowed values | Stephen Hemminger | |
2008-10-16 | Change telnet allow-root type from txt to bool. | Stig Thormodsrud | |
Fix tab completion on bool. | |||
2008-10-16 | Need sudo when editing ssh config file | Stephen Hemminger | |
2008-10-15 | Fix parsing of allow-root field | Stephen Hemminger | |
Bugfix 3795 The field is boolean and was failing during bootup. Rework to use sed and do it the simple way | |||
2008-10-07 | Revert "Change allow-root nodes to boolean" | slioch | |
This reverts commit 7232e04d5d021f60e4cf6463328c165f19d56c6c. | |||
2008-10-07 | Change allow-root nodes to boolean | Stephen Hemminger | |
These are boolean, not text fields. Only allowed value is true/false | |||
2008-07-14 | Fix 3359: changing telnet setting drops other telnet sessions. | root | |
2008-04-10 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
-help strings standardized in vyatta-cfg-system | |||
2008-02-28 | fix ssh allow-root template | Stephen 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-26 | add option to disable root login over ssh | Stephen Hemminger | |
See: https://bugzilla.vyatta.com/show_bug.cgi?id=2798 and https://bugzilla.vyatta.com/show_bug.cgi?id=2806 | |||
2008-01-31 | convert templates to new syntax | An-Cheng Huang | |
2007-10-24 | add 'sudo' for 'system' and 'service/ssh' configuration commands. | An-Cheng Huang | |
2007-10-22 | add service/ssh configuration. | An-Cheng Huang | |