summaryrefslogtreecommitdiff
path: root/etc/ssh
AgeCommit message (Collapse)Author
2022-08-30/etc/ssh: Install ssh_known_hosts with mode 644.riastradh
Makes it agree with the mtree and more convenient for admin to edit. XXX pullup-8 XXX pullup-9
2017-05-21Remove MKCRYPTO option.riastradh
Originally, MKCRYPTO was introduced because the United States classified cryptography as a munition and restricted its export. The export controls were substantially relaxed fifteen years ago, and are essentially irrelevant for software with published source code. In the intervening time, nobody bothered to remove the option after its motivation -- the US export restriction -- was eliminated. I'm not aware of any other operating system that has a similar option; I expect it is mainly out of apathy for churn that we still have it. Today, cryptography is an essential part of modern computing -- you can't use the internet responsibly without cryptography. The position of the TNF board of directors is that TNF makes no representation that MKCRYPTO=no satisfies any country's cryptography regulations. My personal position is that the availability of cryptography is a basic human right; that any local laws restricting it to a privileged few are fundamentally immoral; and that it is wrong for developers to spend effort crippling cryptography to work around such laws. As proposed on tech-crypto, tech-security, and tech-userlevel to no objections: https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html P.S. Reviewing all the uses of MKCRYPTO in src revealed a lot of *bad* crypto that was conditional on it, e.g. DES in telnet... That should probably be removed too, but on the grounds that it is bad, not on the grounds that it is (nominally) crypto.
2017-03-31add ssh-ed25519 keysspz
verify keys (split vir functions off from mollari)
2015-09-23Add keys for wip.pkgsrc.org.wiz
2013-06-07fix narn-names -> mollarispz
add ecdsa keys (in many cases, pre-emptive strikes)
2011-05-08babylon5 ssh key changed (due to reinstall)spz
2010-09-12releng has been on mollari for a while now. Also, add wikispz
2009-08-20add morden, mollari, pkgbuild and buildspz
adjust funtion names' keys add the proper names of hosts too in preparation of their function moving
2006-09-26Remove key for "tgm.netbsd.org". The machine was put out of service whentron
the new autobuild cluster was brought up.
2006-06-26don't install crypto files with MKCRYPTO=no. with these changes, amrg
MKCRYPTO=no build completes.
2004-11-07- .isc.netbsd.org aliases are gonesoren
- zathras is gone, alias releng to www
2004-05-16Consistently use CONFIGFILES & CONFIGLINKS (which enable the 'configinstall'lukem
target) instead of using home-grown 'distribution' targets or using FILES with the 'install' target. Add some etc/ subdir Makefiles where appropriate. XXX: some of etc/Makefile install-etc-files could be converted to CONFIGFILES.
2004-01-20The previous version of this file had the wrong key for cvs.netbsd.org(!);tls
it had the key from before the machine was officially placed in service as "cvs.netbsd.org". Replace with correct key. Duh.
2004-01-11Moved from src/etc. known_hosts file containing Project servers.tls