summaryrefslogtreecommitdiff
path: root/etc/rc.d/sshd
AgeCommit message (Expand)Author
2023-06-10Add 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-15PR 56835: fix sshd startup script to only whine about bogus keys itmartin
2021-09-26If key generation happens with not enough entropy in the system, addmartin
2019-10-23simplify more (from rudolf)christos
2018-05-26Revert previous: Don't generate XMSS host keys for sshd by default.riastradh
2018-05-26Silence ssh-keygen output when host keys are generated. Instead, print onlyjmcneill
2018-04-09Simplify so we don't have to hard-code the key filenames in two places.christos
2018-04-07support xmss keyschristos
2017-12-04Do away with (not well specified, even if it happens to work) absurdkre
2017-10-07With the new version of OpenSSH, SSHv1 is no longer supported server-side.sevan
2014-10-19Add new keytype, replace duplicated code with loopchristos
2013-02-07PR/47540: Felix Deichmann: DSA keys can only be 1024 bits.christos
2011-07-25generate ecdsa keychristos
2004-08-13Add an _rc_subr_loaded variable, set to ":" by rc.subr. Scripts can use thismycroft
2004-02-18Add ssh_keygen_flags variable to rc.conf to allow users to set thejonb
2002-04-29Complete the conversion back to the OpenSSH default configuration files oflukem
2002-04-29deprecate $sshd_conf_dir and hardcode /etc/ssh.lukem
2002-04-19Don't assume that $0 is this script.enami
2002-04-19Wrap long lines.enami
2002-03-27Set command_args to '-f ${sshd_conf_dir}/${name}.conf'.lukem
2002-02-24Support alternate config dir for sshd conf file and keys (defaults to "/etc").lukem
2001-04-25be consistent with other scripts when temporarily setting umask to 022lukem
2001-04-25set the umask to 022 (remembering the previous setting) for ssh_keygen()lukem
2001-03-26check existence of /etc/ssh_host_rsa_key tooitojun
2001-03-26auto-generate SSH protocol version 2 RSA key.itojun
2000-09-19- only perform the checkyesno on the variable named in $rcvar (rather thanlukem
2000-08-10- sshd has a pid file, so take advantage of itlukem
2000-08-10- provide sshd not sshlukem
2000-08-01Change name of precmd from start_precmd to sshd_precmd. While it workedjwise
2000-07-31Correct apparent past-o: RSA -> DSAjlam
2000-07-31An sshd startup script for use with usr.bin/sshd. Installation is conditionaljwise
2000-03-13* replace daemon, login, servers with DAEMON, LOGIN, SERVERSlukem
2000-03-10rc.d scripts derived from /etc/rclukem