| Age | Commit message (Expand) | Author |
| 2023-06-10 | Add some backwards compat. Adjust grammar. | kim |
| 2023-06-05 | /etc/rc.d/sshd: Use default curve for ECDSA keygen, not NIST P-521. | riastradh |
| 2023-06-05 | /etc/rc.d/sshd: Stop generating DSA host keys by default. | riastradh |
| 2023-05-26 | /etc/rc.d/sshd: New check cmd and reload precmd. | riastradh |
| 2022-05-15 | PR 56835: fix sshd startup script to only whine about bogus keys it | martin |
| 2021-09-26 | If key generation happens with not enough entropy in the system, add | martin |
| 2019-10-23 | simplify more (from rudolf) | christos |
| 2018-05-26 | Revert previous: Don't generate XMSS host keys for sshd by default. | riastradh |
| 2018-05-26 | Silence ssh-keygen output when host keys are generated. Instead, print only | jmcneill |
| 2018-04-09 | Simplify so we don't have to hard-code the key filenames in two places. | christos |
| 2018-04-07 | support xmss keys | christos |
| 2017-12-04 | Do away with (not well specified, even if it happens to work) absurd | kre |
| 2017-10-07 | With the new version of OpenSSH, SSHv1 is no longer supported server-side. | sevan |
| 2014-10-19 | Add new keytype, replace duplicated code with loop | christos |
| 2013-02-07 | PR/47540: Felix Deichmann: DSA keys can only be 1024 bits. | christos |
| 2011-07-25 | generate ecdsa key | christos |
| 2004-08-13 | Add an _rc_subr_loaded variable, set to ":" by rc.subr. Scripts can use this | mycroft |
| 2004-02-18 | Add ssh_keygen_flags variable to rc.conf to allow users to set the | jonb |
| 2002-04-29 | Complete the conversion back to the OpenSSH default configuration files of | lukem |
| 2002-04-29 | deprecate $sshd_conf_dir and hardcode /etc/ssh. | lukem |
| 2002-04-19 | Don't assume that $0 is this script. | enami |
| 2002-04-19 | Wrap long lines. | enami |
| 2002-03-27 | Set command_args to '-f ${sshd_conf_dir}/${name}.conf'. | lukem |
| 2002-02-24 | Support alternate config dir for sshd conf file and keys (defaults to "/etc"). | lukem |
| 2001-04-25 | be consistent with other scripts when temporarily setting umask to 022 | lukem |
| 2001-04-25 | set the umask to 022 (remembering the previous setting) for ssh_keygen() | lukem |
| 2001-03-26 | check existence of /etc/ssh_host_rsa_key too | itojun |
| 2001-03-26 | auto-generate SSH protocol version 2 RSA key. | itojun |
| 2000-09-19 | - only perform the checkyesno on the variable named in $rcvar (rather than | lukem |
| 2000-08-10 | - sshd has a pid file, so take advantage of it | lukem |
| 2000-08-10 | - provide sshd not ssh | lukem |
| 2000-08-01 | Change name of precmd from start_precmd to sshd_precmd. While it worked | jwise |
| 2000-07-31 | Correct apparent past-o: RSA -> DSA | jlam |
| 2000-07-31 | An sshd startup script for use with usr.bin/sshd. Installation is conditional | jwise |
| 2000-03-13 | * replace daemon, login, servers with DAEMON, LOGIN, SERVERS | lukem |
| 2000-03-10 | rc.d scripts derived from /etc/rc | lukem |