diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2019-10-31 21:22:02 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2019-10-31 21:22:02 +0000 |
commit | d8895fb7e1d40759f9d9594bb9359a6b103e00fb (patch) | |
tree | ce6800afbb10888339ad6f7fab674313cf731779 /usr.bin/ssh/Makefile | |
parent | 676b2350d0802f42fba47ac24d52366f9bc831d6 (diff) |
ssh-agent support for U2F/FIDO keys
feedback & ok markus@
Diffstat (limited to 'usr.bin/ssh/Makefile')
-rw-r--r-- | usr.bin/ssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/Makefile b/usr.bin/ssh/Makefile index b88be95492f..7e3add906b3 100644 --- a/usr.bin/ssh/Makefile +++ b/usr.bin/ssh/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.16 2017/12/10 19:37:57 deraadt Exp $ +# $OpenBSD: Makefile,v 1.17 2019/10/31 21:22:01 djm Exp $ .include <bsd.own.mk> SUBDIR= ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \ - ssh-keysign ssh-keyscan sftp ssh-pkcs11-helper + ssh-keysign ssh-keyscan sftp ssh-pkcs11-helper ssh-sk-helper distribution: ${INSTALL} -C -o root -g wheel -m 0644 ${.CURDIR}/ssh_config \ |