1diff --git a/tools/gpgkey2ssh.c b/tools/gpgkey2ssh.c
2index 903fb5b..d5611dc 100644
3--- a/tools/gpgkey2ssh.c
4+++ b/tools/gpgkey2ssh.c
5@@ -268,7 +268,7 @@ main (int argc, char **argv)
6 keyid = argv[1];
7
8 ret = asprintf (&command,
9- "gpg --list-keys --with-colons --with-key-data '%s'",
10+ "@out@/bin/gpg --list-keys --with-colons --with-key-data '%s'",
11 keyid);
12 assert (ret > 0);
13
14