diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2019-07-16 02:09:30 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2019-07-16 02:09:30 +0000 |
commit | 0a6ea8da6766ed7d9e5245a6b22112fbcbe3ec06 (patch) | |
tree | 7c88532b09483d949fe9c108ada52cb407c61648 /regress/usr.bin | |
parent | 8db79c958db441ac87f650a24b3edced66bd6cd4 (diff) |
Update names of host key files in CLEANFILES to match recent changes to
the tests.
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/ssh/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/Makefile b/regress/usr.bin/ssh/Makefile index 17aa807ef2a..40229c53b90 100644 --- a/regress/usr.bin/ssh/Makefile +++ b/regress/usr.bin/ssh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.101 2019/07/05 04:19:39 dtucker Exp $ +# $OpenBSD: Makefile,v 1.102 2019/07/16 02:09:29 dtucker Exp $ .ifndef SKIP_UNIT SUBDIR= unittests @@ -91,7 +91,9 @@ CLEANFILES+= *.core actual agent-key.* authorized_keys_${USERNAME} \ banner.in banner.out cert_host_key* cert_user_key* \ copy.1 copy.2 data ed25519-agent ed25519-agent* \ ed25519-agent.pub empty.in expect failed-regress.log \ - failed-ssh.log failed-sshd.log hkr.* host.rsa host.rsa1 \ + failed-ssh.log failed-sshd.log hkr.* host.ecdsa-sha2-nistp256 \ + host.ecdsa-sha2-nistp384 host.ecdsa-sha2-nistp521 \ + host.ssh-dss host.ssh-ed25519 host.ssh-rsa \ host_* host_ca_key* host_krl_* host_revoked_* key.* \ key.dsa-* key.ecdsa-* key.ed25519-512 key.ed25519-512.pub \ key.rsa-* keys-command-args kh.* known_hosts \ |