Return-Path: X-Original-To: distix@pieni.net Delivered-To: distix@pieni.net Received: from yaffle.pepperfish.net (yaffle.pepperfish.net [88.99.213.221]) by pieni.net (Postfix) with ESMTPS id 929C342702 for ; Thu, 24 Aug 2017 01:56:24 +0000 (UTC) Received: from platypus.pepperfish.net (unknown [10.112.101.20]) by yaffle.pepperfish.net (Postfix) with ESMTP id EBF0841736; Thu, 24 Aug 2017 02:56:23 +0100 (BST) Received: from ip6-localhost.nat ([::1] helo=platypus.pepperfish.net) by platypus.pepperfish.net with esmtp (Exim 4.80 #2 (Debian)) id 1dkhNf-000400-U8; Thu, 24 Aug 2017 02:56:23 +0100 Received: from [10.112.101.21] (helo=mx3.pepperfish.net) by platypus.pepperfish.net with esmtps (Exim 4.80 #2 (Debian)) id 1dkhNe-0003zk-4M for ; Thu, 24 Aug 2017 02:56:22 +0100 Received: from [195.159.176.226] (helo=blaine.gmane.org) by mx3.pepperfish.net with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1dkhNb-0007dY-SN for obnam-support@obnam.org; Thu, 24 Aug 2017 02:56:22 +0100 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dkhNK-0000EM-3W for obnam-support@obnam.org; Thu, 24 Aug 2017 03:56:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: obnam-support@obnam.org From: Adam Porter Date: Wed, 23 Aug 2017 20:55:55 -0500 Lines: 15 Message-ID: <87378hhgpg.fsf@alphapapa.net> References: <87poccgasn.fsf@skimble.plus.com> <8760e4u8ts.wl-neal@walfield.org> <87mv7gabxx.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@blaine.gmane.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) X-Pepperfish-Transaction: 981d-dacb-f16d-3b2b X-Spam-Score: -1.1 X-Spam-Score-int: -10 X-Spam-Bar: - X-Scanned-By: pepperfish.net, Thu, 24 Aug 2017 02:56:22 +0100 X-Spam-Report: Content analysis details: (-1.1 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.5 PPF_USER_AGENT User-Agent: exists 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS X-ACL-Warn: message may be spam X-Scan-Signature: 7dc7a8a4720feec014ee0c5052b99ae1 Subject: Re: using obnam on a synology server X-BeenThere: obnam-support@obnam.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Obnam backup software discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: obnam-support-bounces@obnam.org Errors-To: obnam-support-bounces@obnam.org Try opening ~/.ssh/config on your source machine (not the backup server) and add a line like: IdentityFile ~/.ssh/backup-key/id_dsa Add that line after the lines for any other SSH keys you use. e.g. my file starts with: IdentityFile ~/.ssh/id_dsa Identityfile ~/.ssh/id_rsa IdentityFile ~/.ssh/backup-key/id_dsa It works without having to enter a passphrase, because SSH tries each key before asking for a passphrase, and the backup server has the backup-key in the backup user's authorized_keys file. _______________________________________________ obnam-support mailing list obnam-support@obnam.org http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/obnam-support-obnam.org