Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `none` instead of a whitespace in sshd_config | Jose Luis Duran | 2015-03-18 | 1 | -1/+1 |
| | | | | Use the `none` keyword instead of a whitespace to disable the FreeBSD version in sshd_config. | ||||
* | Code style for etc files | Phil Davis | 2015-02-25 | 1 | -16/+19 |
| | |||||
* | Remove variable use here since it's confusing sshdcond package, ticket #3959 | Renato Botelho | 2014-11-26 | 1 | -2/+2 |
| | |||||
* | Only create missing ssh keys, do not overwrite existing ones. It fixes #4003 | Renato Botelho | 2014-11-12 | 1 | -40/+39 |
| | |||||
* | Hide FreeBSD version from sshd banner. It fixes #3840 | Renato Botelho | 2014-08-29 | 1 | -0/+2 |
| | |||||
* | glob() is already called by unlink_if_exists | Renato Botelho | 2014-05-30 | 1 | -2/+2 |
| | |||||
* | Add @ to silent any possible return of posix_kill | Renato Botelho | 2014-05-30 | 1 | -1/+1 |
| | |||||
* | Fix typo | Renato Botelho | 2014-05-30 | 1 | -1/+1 |
| | |||||
* | Improve /etc/sshd: | Renato Botelho | 2014-05-30 | 1 | -24/+36 |
| | | | | | | | | . Create ed25519 key for ssh and silent daemon . Remove some exec() calls . We do not need to re-create all keys if /root/.ssh/authorized_keys is empty . Remove some redundancy and declare a single array with all keys | ||||
* | Remove the space here which probably is preventing from calling sshd from fcgi | Ermal | 2014-05-27 | 1 | -1/+1 |
| | |||||
* | Modernize a bit the sshd sart file | Ermal | 2013-12-27 | 1 | -28/+19 |
| | |||||
* | Use the check properly! | Ermal | 2013-12-27 | 1 | -6/+2 |
| | |||||
* | Unbreak etc/sshd, add a missing quote | Renato Botelho | 2013-12-06 | 1 | -1/+1 |
| | |||||
* | Create even elyptic curve keys | Ermal | 2013-12-05 | 1 | -1/+3 |
| | |||||
* | Minimal non-intrusive change for SSHDCond package extra parameters | Namezero | 2012-05-04 | 1 | -0/+9 |
| | |||||
* | Only run conf_mount_rw here if there isn't another process going. | jim-p | 2011-03-26 | 1 | -1/+4 |
| | |||||
* | Actually if /etc/sshd is already running, doing a conf_mount_ro() would be a ↵ | jim-p | 2011-03-26 | 1 | -1/+0 |
| | | | | bad thing, as the other process still expects rw. | ||||
* | Backing this out to see if it unbreaks NanoBSD upgrades with packages ↵ | jim-p | 2011-03-26 | 1 | -3/+3 |
| | | | | | | involved. Revert "Workaround for conf_mount_rw/ro during boot to only allow it to change at the start and end. Fixes #1279" This reverts commit 548be1fd6697ab115cbb29d61bc5507744488094. | ||||
* | Workaround for conf_mount_rw/ro during boot to only allow it to change at ↵ | Erik Fonnesbeck | 2011-03-22 | 1 | -3/+3 |
| | | | | the start and end. Fixes #1279 | ||||
* | Make sure host private key permissions aren't too open so sshd won't complain. | Erik Fonnesbeck | 2010-11-30 | 1 | -1/+8 |
| | |||||
* | Preseve attributes of files during copy. | Ermal | 2010-11-30 | 1 | -1/+1 |
| | |||||
* | Pass correct argument to killbyname and correctly check for sshdkeyonly ↵ | Ermal | 2010-06-23 | 1 | -1/+1 |
| | | | | toggle. Ticket #691 | ||||
* | Fix ssh key existence test. | jim-p | 2010-06-22 | 1 | -1/+2 |
| | |||||
* | Do a more thorough check for missing sshd key files. Should fix #673 | jim-p | 2010-06-21 | 1 | -1/+8 |
| | |||||
* | Silence | jim-p | 2010-06-18 | 1 | -2/+2 |
| | |||||
* | remove old function from 1_2, it just wipes out the authorized_keys file ↵ | Chris Buechler | 2009-12-28 | 1 | -17/+0 |
| | | | | breaking SSH access with the way 2.0 handles SSH keys. writing out the keys is handled by the user manager now | ||||
* | Add shaper.inc | Scott Ullrich | 2009-11-21 | 1 | -2/+3 |
| | |||||
* | Unbreak sshd | Scott Ullrich | 2009-07-10 | 1 | -0/+3 |
| | |||||
* | Fix check for file. | Ermal Luçi | 2009-07-02 | 1 | -1/+1 |
| | |||||
* | Convert even ssh key gen to the new subsystem_dirty calls. | Ermal Luçi | 2009-07-01 | 1 | -9/+5 |
| | |||||
* | Use exec() | Scott Ullrich | 2009-06-29 | 1 | -1/+1 |
| | |||||
* | Doh, correct copy command | Scott Ullrich | 2009-06-29 | 1 | -1/+1 |
| | |||||
* | Add bit when restoring for diagnostics | Scott Ullrich | 2009-06-29 | 1 | -0/+1 |
| | |||||
* | Correct filename check | Scott Ullrich | 2009-06-29 | 1 | -1/+1 |
| | |||||
* | Require globals.inc and use correct directory name sshd, not ssh | Scott Ullrich | 2009-06-28 | 1 | -1/+1 |
| | |||||
* | Require globals.inc and use correct directory name sshd, not ssh | Scott Ullrich | 2009-06-28 | 1 | -3/+4 |
| | |||||
* | s/config/conf/ | Scott Ullrich | 2009-06-27 | 1 | -5/+5 |
| | |||||
* | Add ssh key support for nanobsd to preserve the ssh data | Scott Ullrich | 2009-06-27 | 1 | -3/+12 |
| | |||||
* | Backup SSH keys for NanoBSD | Scott Ullrich | 2009-06-24 | 1 | -0/+4 |
| | |||||
* | Adding Ciphers Ciphers ↵ | Scott Ullrich | 2009-05-21 | 1 | -0/+1 |
| | | | | aes128-ctr,aes256-ctr,arcfour256,arcfour,aes128-cbc,aes256-cbc for the tin foil hat wearing folks. | ||||
* | * Ensure we are rw | Scott Ullrich | 2008-11-20 | 1 | -110/+8 |
| | | | | * Remove seriously old dead code | ||||
* | Use product_name | Scott Ullrich | 2008-11-10 | 1 | -2/+2 |
| | |||||
* | Cleanup authentication code. The basic auth method, the passwd, htpasswd | Matthew Grooms | 2008-08-03 | 1 | -3/+0 |
| | | | | | | | | | | | | | and pam backing functions have been removed. The basic auth method was legacy code and the backing functions were redundant with no added value that I could see. A simplified replacement backing function named local_backed has been added that authenticates to the local configuration info which should be identical to system pwdb credentials. Since the htpassword file is no longer required, sync_webgui_passwords and its wrapper function system_password_configure have been removed. The local account management functions were renamed for consistency. A few minor bugs related to setting local passwords have also been corrected. | ||||
* | Ticket #1697 - rm authorized key file if keys don't exist in config.xml | Bill Marquette | 2008-05-17 | 1 | -1/+5 |
| | | | | MFC: for 1.2.1 | ||||
* | Call sync_webgui_passwords() instead of manual routine | Scott Ullrich | 2008-03-24 | 1 | -10/+2 |
| | |||||
* | Restore previous version. | Scott Ullrich | 2008-03-24 | 1 | -137/+161 |
| | |||||
* | Sync w/ HEAD | Scott Ullrich | 2008-03-24 | 1 | -160/+136 |
| | |||||
* | Remove extra PasswordAuthentication line. Ticket #1374 | Scott Ullrich | 2007-07-06 | 1 | -1/+0 |
| | |||||
* | SSH-Key(only) Login | Timo Boettcher | 2007-06-02 | 1 | -7/+25 |
| | |||||
* | MFC 15495 | Scott Ullrich | 2006-12-05 | 1 | -1/+1 |
| | | | | fix: root key files are not in /etc/ssh/root ... |