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 45617138CD0 for ; Thu, 21 May 2015 15:04:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA603E0970; Thu, 21 May 2015 15:04:44 +0000 (UTC) Received: from oc.oops.co.at (oc.oops.co.at [176.58.98.19]) by pigeon.gentoo.org (Postfix) with ESMTP id 0085CE0882 for ; Thu, 21 May 2015 15:04:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by oc.oops.co.at (Postfix) with ESMTP id D4C4E8826A for ; Thu, 21 May 2015 17:04:41 +0200 (CEST) X-Virus-Scanned: amavisd-new at oc.oops.co.at Received: from oc.oops.co.at ([127.0.0.1]) by localhost (oc.oops.co.at [127.0.0.1]) (amavisd-new, port 10024) with LMTP id RVyiy-CU-Fjw for ; Thu, 21 May 2015 17:04:32 +0200 (CEST) Received: from [IPv6:2001:15c0:65ff:8742:3a60:77ff:fe4c:2cc7] (unknown [IPv6:2001:15c0:65ff:8742:3a60:77ff:fe4c:2cc7]) by oc.oops.co.at (Postfix) with ESMTPSA id B126088267 for ; Thu, 21 May 2015 17:04:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1432220672; bh=vs4YIwIfXK0Vaob7p6nmW4Hs6dVqA/H3oLCkyvMC0ck=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=SZByIF5B2PPQ800XteNQJMvxVrpTFpSMTZz5VAy8+iybCDiFwy9bG5Hp68VELifVl 6ebgJpyYxuY50CUTkl7zFtLSAHFj7aeyJx86Q0fcioxguPCD6xp3I6c3qlw1uMbHrg a1utAy5ARv641l2LR7eZ9V1SC0MmsRqxTKcy3Olk= Message-ID: <555DF400.5090706@xunil.at> Date: Thu, 21 May 2015 17:04:32 +0200 From: "Stefan G. Weichinger" Organization: oops! User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] user config provisioning References: <555CF761.90307@xunil.at> <555DDA10.5050501@xunil.at> In-Reply-To: <555DDA10.5050501@xunil.at> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 381ee6ff-3eb6-463d-9d3c-41f945106891 X-Archives-Hash: 3e114c4097657fbf793efd318c17ca85 On 21.05.2015 15:13, Stefan G. Weichinger wrote: > On 21.05.2015 10:49, Paul Tobias wrote: >> Instead of aliases, you can put this into ~/. ssh/config: >> Host abcd >> Port 51023 >> Hostname 174.183.26.11 > I have to think what is better ... maybe really your suggested way of > doing it. > > I just have to "convert" my aliases once ... would be nice to somehow make use of ansibles inventory here as well. Same content in my case. Right now I edit through my new .ssh/config ;)