Re: [gentoo-user] user config provisioning

2015-05-21 Thread Stefan G. Weichinger
>> 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 oh, yes, that is *much* better than my old aliases ... ! Thanks for the reminder, should have done that long ago. The working

Re: [gentoo-user] user config provisioning

2015-05-21 Thread Stefan G. Weichinger
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. >

Re: [gentoo-user] user config provisioning

2015-05-21 Thread Stefan G. Weichinger
On 21.05.2015 15:10, Alan McKinnon wrote: > I didn't realize you want to deploy keys for root. Is that root on your > local machine, or root on the remote machines? both ... mixed and grown setup > Either way, that part *does* need some thinking through. yes! I knew it ;-) > For automation inv

Re: [gentoo-user] user config provisioning

2015-05-21 Thread Stefan G. Weichinger
On 21.05.2015 10:49, Paul Tobias wrote: > On 20 May 2015 22:08, "Stefan G. Weichinger" wrote: >> >> alias abcd-server='ssh -p 51023 174.183.26.11' # demo only > > Instead of aliases, you can put this into ~/. ssh/config: > Host abcd > Port 51023 > Hostname 174.183.26.11 > > And then you ca

Re: [gentoo-user] user config provisioning

2015-05-21 Thread Alan McKinnon
On 21/05/2015 13:28, Stefan G. Weichinger wrote: > On 21.05.2015 00:02, Alan McKinnon wrote: >> On 20/05/2015 23:06, Stefan G. Weichinger wrote: >>> >>> I am currently trying to slim down and minimize my own few machines. >>> >>> Way too much customer servers out there so I'd like to keep it simple

Re: [gentoo-user] user config provisioning

2015-05-21 Thread Stefan G. Weichinger
On 21.05.2015 00:02, Alan McKinnon wrote: > On 20/05/2015 23:06, Stefan G. Weichinger wrote: >> >> I am currently trying to slim down and minimize my own few machines. >> >> Way too much customer servers out there so I'd like to keep it simple in >> here at least. >> >> This lead me to configuring

Re: [gentoo-user] user config provisioning

2015-05-21 Thread Paul Tobias
On 20 May 2015 22:08, "Stefan G. Weichinger" wrote: > > alias abcd-server='ssh -p 51023 174.183.26.11' # demo only Instead of aliases, you can put this into ~/. ssh/config: Host abcd Port 51023 Hostname 174.183.26.11 And then you can simply do this: ssh abcd As a bonus, the host abcd will

Re: [gentoo-user] user config provisioning

2015-05-20 Thread Alan McKinnon
On 20/05/2015 23:06, Stefan G. Weichinger wrote: > > I am currently trying to slim down and minimize my own few machines. > > Way too much customer servers out there so I'd like to keep it simple in > here at least. > > This lead me to configuring and provisioning my machines via ansible. > > T

[gentoo-user] user config provisioning

2015-05-20 Thread Stefan G. Weichinger
I am currently trying to slim down and minimize my own few machines. Way too much customer servers out there so I'd like to keep it simple in here at least. This lead me to configuring and provisioning my machines via ansible. The goals: * make sure that my user exists * roll out configs/dotfi