summaryrefslogtreecommitdiff
path: root/pathnames.h
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2019-10-31 21:22:01 +0000
committerDamien Miller <djm@mindrot.org>2019-11-01 09:46:09 +1100
commit07da39f71d36fb547749a5b16aa8892e621a7e4a (patch)
treedd75cbd723102d887bc11f781cc0a23eee6b2f2f /pathnames.h
parenteebec620c9519c4839d781c4d5b6082152998f82 (diff)
upstream: ssh-agent support for U2F/FIDO keys
feedback & ok markus@ OpenBSD-Commit-ID: bb544a44bc32e45d2ec8bf652db2046f38360acb
Diffstat (limited to 'pathnames.h')
-rw-r--r--pathnames.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/pathnames.h b/pathnames.h
index 2e0c7b15b..3a1bd1977 100644
--- a/pathnames.h
+++ b/pathnames.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: pathnames.h,v 1.29 2019/10/31 21:15:14 djm Exp $ */ 1/* $OpenBSD: pathnames.h,v 1.30 2019/10/31 21:22:01 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -133,6 +133,11 @@
133#define _PATH_SSH_PKCS11_HELPER "/usr/libexec/ssh-pkcs11-helper" 133#define _PATH_SSH_PKCS11_HELPER "/usr/libexec/ssh-pkcs11-helper"
134#endif 134#endif
135 135
136/* Location of ssh-sk-helper to support keys in security keys */
137#ifndef _PATH_SSH_SK_HELPER
138#define _PATH_SSH_SK_HELPER "/usr/libexec/ssh-sk-helper"
139#endif
140
136/* xauth for X11 forwarding */ 141/* xauth for X11 forwarding */
137#ifndef _PATH_XAUTH 142#ifndef _PATH_XAUTH
138#define _PATH_XAUTH "/usr/X11R6/bin/xauth" 143#define _PATH_XAUTH "/usr/X11R6/bin/xauth"