summaryrefslogtreecommitdiffstats
path: root/etc/sshd
Commit message (Collapse)AuthorAgeFilesLines
* Use `none` instead of a whitespace in sshd_configJose Luis Duran2015-03-181-1/+1
| | | | Use the `none` keyword instead of a whitespace to disable the FreeBSD version in sshd_config.
* Code style for etc filesPhil Davis2015-02-251-16/+19
|
* Remove variable use here since it's confusing sshdcond package, ticket #3959Renato Botelho2014-11-261-2/+2
|
* Only create missing ssh keys, do not overwrite existing ones. It fixes #4003Renato Botelho2014-11-121-40/+39
|
* Hide FreeBSD version from sshd banner. It fixes #3840Renato Botelho2014-08-291-0/+2
|
* glob() is already called by unlink_if_existsRenato Botelho2014-05-301-2/+2
|
* Add @ to silent any possible return of posix_killRenato Botelho2014-05-301-1/+1
|
* Fix typoRenato Botelho2014-05-301-1/+1
|
* Improve /etc/sshd:Renato Botelho2014-05-301-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 fcgiErmal2014-05-271-1/+1
|
* Modernize a bit the sshd sart fileErmal2013-12-271-28/+19
|
* Use the check properly!Ermal2013-12-271-6/+2
|
* Unbreak etc/sshd, add a missing quoteRenato Botelho2013-12-061-1/+1
|
* Create even elyptic curve keysErmal2013-12-051-1/+3
|
* Minimal non-intrusive change for SSHDCond package extra parametersNamezero2012-05-041-0/+9
|
* Only run conf_mount_rw here if there isn't another process going.jim-p2011-03-261-1/+4
|
* Actually if /etc/sshd is already running, doing a conf_mount_ro() would be a ↵jim-p2011-03-261-1/+0
| | | | bad thing, as the other process still expects rw.
* Backing this out to see if it unbreaks NanoBSD upgrades with packages ↵jim-p2011-03-261-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 Fonnesbeck2011-03-221-3/+3
| | | | the start and end. Fixes #1279
* Make sure host private key permissions aren't too open so sshd won't complain.Erik Fonnesbeck2010-11-301-1/+8
|
* Preseve attributes of files during copy.Ermal2010-11-301-1/+1
|
* Pass correct argument to killbyname and correctly check for sshdkeyonly ↵Ermal2010-06-231-1/+1
| | | | toggle. Ticket #691
* Fix ssh key existence test.jim-p2010-06-221-1/+2
|
* Do a more thorough check for missing sshd key files. Should fix #673jim-p2010-06-211-1/+8
|
* Silencejim-p2010-06-181-2/+2
|
* remove old function from 1_2, it just wipes out the authorized_keys file ↵Chris Buechler2009-12-281-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.incScott Ullrich2009-11-211-2/+3
|
* Unbreak sshdScott Ullrich2009-07-101-0/+3
|
* Fix check for file.Ermal Luçi2009-07-021-1/+1
|
* Convert even ssh key gen to the new subsystem_dirty calls.Ermal Luçi2009-07-011-9/+5
|
* Use exec()Scott Ullrich2009-06-291-1/+1
|
* Doh, correct copy commandScott Ullrich2009-06-291-1/+1
|
* Add bit when restoring for diagnosticsScott Ullrich2009-06-291-0/+1
|
* Correct filename checkScott Ullrich2009-06-291-1/+1
|
* Require globals.inc and use correct directory name sshd, not sshScott Ullrich2009-06-281-1/+1
|
* Require globals.inc and use correct directory name sshd, not sshScott Ullrich2009-06-281-3/+4
|
* s/config/conf/Scott Ullrich2009-06-271-5/+5
|
* Add ssh key support for nanobsd to preserve the ssh dataScott Ullrich2009-06-271-3/+12
|
* Backup SSH keys for NanoBSDScott Ullrich2009-06-241-0/+4
|
* Adding Ciphers Ciphers ↵Scott Ullrich2009-05-211-0/+1
| | | | aes128-ctr,aes256-ctr,arcfour256,arcfour,aes128-cbc,aes256-cbc for the tin foil hat wearing folks.
* * Ensure we are rwScott Ullrich2008-11-201-110/+8
| | | | * Remove seriously old dead code
* Use product_nameScott Ullrich2008-11-101-2/+2
|
* Cleanup authentication code. The basic auth method, the passwd, htpasswdMatthew Grooms2008-08-031-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.xmlBill Marquette2008-05-171-1/+5
| | | | MFC: for 1.2.1
* Call sync_webgui_passwords() instead of manual routineScott Ullrich2008-03-241-10/+2
|
* Restore previous version.Scott Ullrich2008-03-241-137/+161
|
* Sync w/ HEADScott Ullrich2008-03-241-160/+136
|
* Remove extra PasswordAuthentication line. Ticket #1374Scott Ullrich2007-07-061-1/+0
|
* SSH-Key(only) LoginTimo Boettcher2007-06-021-7/+25
|
* MFC 15495Scott Ullrich2006-12-051-1/+1
| | | | fix: root key files are not in /etc/ssh/root ...
OpenPOWER on IntegriCloud