Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |