From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: tramp-auto-auth.el --- TRAMP automatic authentication library Date: Sun, 01 Sep 2019 08:53:18 -0400 Message-ID: References: <877e74skek.fsf@oitofelix.com> <87woeyudc0.fsf@gmx.de> <87o9086ea0.fsf@oitofelix.com> <87ftlkp70j.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="157671"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Bruno =?windows-1252?Q?F=E9lix?= Rezende Ribeiro , emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 01 14:53:36 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i4PMO-000etk-3C for ged-emacs-devel@m.gmane.org; Sun, 01 Sep 2019 14:53:36 +0200 Original-Received: from localhost ([::1]:57334 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i4PMM-0003Bu-J7 for ged-emacs-devel@m.gmane.org; Sun, 01 Sep 2019 08:53:34 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56246) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i4PMG-0003Bm-Rj for emacs-devel@gnu.org; Sun, 01 Sep 2019 08:53:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i4PME-0001TY-8b for emacs-devel@gnu.org; Sun, 01 Sep 2019 08:53:27 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:9513) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i4PME-0001St-2N; Sun, 01 Sep 2019 08:53:26 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id BF5CA4470BA; Sun, 1 Sep 2019 08:53:23 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id ABF7B447183; Sun, 1 Sep 2019 08:53:21 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1567342401; bh=mOEXDoHB+qIFLmfv92Yw1yHQ43Ggia3GEho+A8eiXx4=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=ScNphPkToZ6nwo1o4w+kLbnEJQcc7LshJqCvNXno1iNEL699sEci2tkdwZQQ1w80T 6SMmy39vJYqocAAMdpQP7ZEgGlQNWiioqFRHlrUtTffIrvR+p78gd5eNKBcv/rvuEy Efxq3SfyGWLE3xbA5taWgCfnFCoXWCu6cgyIIIJUQ/SxvGXsd512dYLiF4+SwcheoC E151+Rx6XHWv/yQUgJEsuvD36nnr6w1ooxmcuBerymO2gQshl4zPy/PBK6yrMTamox 2FKtpBiH7VxDx5OgAmXQx2SJe+v9SVwj97lPlQjHN1O0498ftBVMfuGTI2c/tAccfl Jz3THcBZyC4aQ== Original-Received: from pastel (unknown [45.72.249.235]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 6CC951207A2; Sun, 1 Sep 2019 08:53:21 -0400 (EDT) In-Reply-To: <87ftlkp70j.fsf@gmx.de> (Michael Albinus's message of "Thu, 29 Aug 2019 13:04:28 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:239750 Archived-At: > cluster remote hosts also for other resources? For example, in order to > say "users for a given host share the same password if they access via > 'ssh' or 'sftp' or 'scp'". Or if you say "the connection property [1] FWIW, additionally to ssh, sftp, and scp, one might also want to include protocols like IMAP or SMTP. Which then suggests that maybe doing this outside/above Tramp (e.g. in auth-source?), so it can be used by both Gnus and Tramp, would be even better. Stefan