From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8F32A13877A for ; Sun, 6 Jul 2014 01:41:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89389E0863; Sun, 6 Jul 2014 01:41:35 +0000 (UTC) Received: from mail-ie0-f170.google.com (mail-ie0-f170.google.com [209.85.223.170]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E719E0783 for ; Sun, 6 Jul 2014 01:41:34 +0000 (UTC) Received: by mail-ie0-f170.google.com with SMTP id lx4so1605104iec.29 for ; Sat, 05 Jul 2014 18:41:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=zvDTWnwwUWTgTtj7XSlPo9MMSTOgjN5icr+JMT42Z/M=; b=fbkrMPrIuNCrJVm7gYObtabQdtNqHp/XkaySkkCm565EVcPNmooxJoAlyaUa4MoOdN 3uixKIkFcE5Vz+G8ZG4GacQjwb7qYogg7tL/GpjBvIoOR+dq4dVqHSZaoJgfGfQ3PMDm 5UfIctww0NjwFF2FvCfPoiDS5cMOwmvP0yICZrs+5d52QoF34o6ziXOpYWaCha9bTFjA LQBX4fHOgD0P37HE4vZm5PvCCdfiZt4AtHg6xAFgocjYXA44SCQM7XCwBqnrkHAV9uue Ud8tNh/cbyNq0A9mGr9Z6FH99I0Hl8en028t9OlsRrDnzOmfWmPFEAOCoQuefJlCd4ij 1yag== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.50.253.193 with SMTP id ac1mr28975652igd.35.1404610893674; Sat, 05 Jul 2014 18:41:33 -0700 (PDT) Received: by 10.42.115.201 with HTTP; Sat, 5 Jul 2014 18:41:33 -0700 (PDT) Date: Sat, 5 Jul 2014 18:41:33 -0700 Message-ID: Subject: [gentoo-user] How does ssh know to use "pinentry"? From: Chris Stankevitz To: "gentoo-user@lists.gentoo.org" Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: f2be4660-9679-424e-9da6-085be7f33051 X-Archives-Hash: 35b9a2c25fcbb6a664a7e1003b1421b7 I am trying to ssh into a site using PKI. I have a private key in my .ssh directory that requires a passphrase. ssh is asking me for my passphrase using a terrible program called "pinentry". It's terrible for a bunch of reasons, and if you are interested you can just google "pinentry sucks". pinentry is on my system because it is a dependency of gpg. gpg is on my system because I use thunderbird with +crypt (which is the default). Question: By what mechanism does ssh know to use the program "pinentry" to acquire my passphrase? Thank you, Chris