aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/sshd_config
Commit message (Collapse)AuthorAgeFilesLines
* FreeBSD doesn't use the host RSA key by default.Tony Finch2002-07-261-1/+0
| | | | | | | Reviewed by: des Notes: svn path=/head/; revision=100715
* Two FreeBSD-specific nits in comments:Dag-Erling Smørgrav2002-07-031-5/+1
| | | | | | | | | | | - ChallengeResponseAuthentication controls PAM, not S/Key - We don't honor PAMAuthenticationViaKbdInt, because the code path it controls doesn't make sense for us, so don't mention it. Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=99315
* Forgot to update the addendum in the config files.Dag-Erling Smørgrav2002-06-301-1/+1
| | | | Notes: svn path=/head/; revision=99132
* Document FreeBSD defaults.Dag-Erling Smørgrav2002-06-291-3/+9
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=99051
* Forcibly revert to mainline.Dag-Erling Smørgrav2002-06-271-11/+10
| | | | Notes: svn path=/head/; revision=98941
* Resolve conflicts. Known issues:Dag-Erling Smørgrav2002-06-231-8/+8
| | | | | | | | | | | | | | - sshd fails to set TERM correctly. - privilege separation may break PAM and is currently turned off. - man pages have not yet been updated I will have these issues resolved, and privilege separation turned on by default, in time for DP2. Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=98684
* Usual after-import fixup of SCM IDs.David E. O'Brien2002-05-011-1/+1
| | | | Notes: svn path=/head/; revision=95894
* Back out previous commit.Dag-Erling Smørgrav2002-04-251-2/+2
| | | | Notes: svn path=/head/; revision=95456
* Change default challenge/response behavior of sshd by popular demand.Jordan K. Hubbard2002-04-251-2/+2
| | | | | | | | | This brings us into sync with the behavior of sshd on other Unix platforms. Submitted by: Joshua Goodall <joshua@roughtrade.net> Notes: svn path=/head/; revision=95431
* Change the FreeBSD version addendum to "FreeBSD-20020402". This shortensDag-Erling Smørgrav2002-04-021-1/+1
| | | | | | | | | | | | | the version string to 28 characters, which is below the 40-character limit specified in the proposed SECSH standard. Some servers, however (like the one built into the Foundry BigIron line of switches) will hang when confronted with a version string longer than 24 characters, so some users may need to shorten it further. Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=93701
* Fix conflicts.Dag-Erling Smørgrav2002-03-181-47/+70
| | | | Notes: svn path=/head/; revision=92559
* Restore the RSA host key to /etc/ssh/ssh_host_key.David E. O'Brien2001-05-181-2/+1
| | | | | | | Also fix $FreeBSD$ spamage in crypto/openssh/sshd_config rev. 1.16. Notes: svn path=/head/; revision=76820
* sshd_config should still be keeping ssh host keys in /etc/ssh, not /etc.Brian Feldman2001-05-051-3/+3
| | | | Notes: svn path=/head/; revision=76292
* Fix conflicts for OpenSSH 2.9.Brian Feldman2001-05-041-9/+18
| | | | Notes: svn path=/head/; revision=76262
* /Really/ deprecate ConnectionsPerPeriod, ripping out the code for itBrian Feldman2001-01-131-2/+1
| | | | | | | and giving a dire error to its lingering users. Notes: svn path=/head/; revision=70990
* Update to OpenSSH 2.3.0 with FreeBSD modifications. OpenSSH 2.3.0Brian Feldman2000-12-051-3/+7
| | | | | | | | | | | | | | | | | | | | new features description elided in favor of checking out their website. Important new FreeBSD-version stuff: PAM support has been worked in, partially from the "Unix" OpenSSH version, and a lot due to the work of Eivind Eklend, too. This requires at least the following in pam.conf: sshd auth sufficient pam_skey.so sshd auth required pam_unix.so try_first_pass sshd session required pam_permit.so Parts by: Eivind Eklend <eivind@FreeBSD.org> Notes: svn path=/head/; revision=69591
* Resolve conflicts and update for OpenSSH 2.2.0Kris Kennaway2000-09-101-0/+4
| | | | | | | Reviewed by: gshapiro, peter, green Notes: svn path=/head/; revision=65674
* Turn on X11Forwarding by default on the server. Any risk is to the client,Kris Kennaway2000-09-021-1/+1
| | | | | | | | | where it is already disabled by default. Reminded by: peter Notes: svn path=/head/; revision=65357
* Increase the default value of LoginGraceTime from 60 seconds to 120Kris Kennaway2000-08-231-1/+1
| | | | | | | | | | seconds. PR: 20488 Submitted by: rwatson Notes: svn path=/head/; revision=65022
* Turn on CheckMail to be more login-compatible by defaultAndrey A. Chernov2000-05-231-1/+1
| | | | Notes: svn path=/head/; revision=60813
* Correct two stupid typos in the DSA key location.Kris Kennaway2000-05-181-1/+1
| | | | | | | Submitted by: Udo Schweigert <ust@cert.siemens.de> Notes: svn path=/head/; revision=60678
* Create a DSA host key if one does not already exist, and teach sshd_configKris Kennaway2000-05-151-0/+1
| | | | | | | about it. Notes: svn path=/head/; revision=60578
* Resolve conflicts and update for FreeBSD.Kris Kennaway2000-05-151-0/+1
| | | | Notes: svn path=/head/; revision=60576
* oops, update path to /etc/ssh/ssh_host_keyPeter Wemm2000-02-261-1/+1
| | | | Notes: svn path=/head/; revision=57493
* remove ports junkMark Murray2000-02-241-1/+1
| | | | Notes: svn path=/head/; revision=57462
* Add the patches fom ports (QV: ports/security/openssh/patches/patch-*)Mark Murray2000-02-241-4/+7
| | | | Notes: svn path=/head/; revision=57432
* Vendor import of OpenSSH.vendor/openssh/1.2-2000-02-24Mark Murray2000-02-241-0/+50
Notes: svn path=/vendor-crypto/openssh/dist/; revision=57429 svn path=/vendor-crypto/openssh/1.2-2000-02-24/; revision=57431; tag=vendor/openssh/1.2-2000-02-24