Re: [Crowbar] Quick connect to admin node

2013-03-11 Thread Adam Spiers
Andi Abes (andi_a...@dell.com) wrote: > > Please can you document these tricks in the devguide? At risk of sounding > > like > > a broken record, the mailing list is not a good location for docs ;-) > > True, and will do. Was looking to fish out additional better tricks - like > the one Judd br

Re: [Crowbar] Quick connect to admin node

2013-03-11 Thread Andi_Abes
> -Original Message- > From: Adam Spiers [mailto:aspi...@suse.com] > Sent: Monday, March 11, 2013 9:56 AM > To: Abes, Andi > Cc: j...@newgoliath.com; crowbar > Subject: Re: [Crowbar] Quick connect to admin node > > Andi Abes (andi_a...@dell.com) wrote: >

Re: [Crowbar] Quick connect to admin node

2013-03-11 Thread Adam Spiers
Andi Abes (andi_a...@dell.com) wrote: > >From: crowbar-bounces On Behalf Of Judd Maltin > >Sent: Friday, March 08, 2013 10:46 AM > >To: Abes, Andi > >Cc: crowbar > >Subject: Re: [Crowbar] Quick connect to admin node > > > >Never save host keys for the

Re: [Crowbar] Quick connect to admin node

2013-03-08 Thread Andi_Abes
> > >From: crowbar-bounces On Behalf Of Judd Maltin >Sent: Friday, March 08, 2013 10:46 AM >To: Abes, Andi >Cc: crowbar >Subject: Re: [Crowbar] Quick connect to admin node > >Never save host keys for the admin box: > >judd@judd-m6600:~/useful$ cat ~/.ssh/

Re: [Crowbar] Quick connect to admin node

2013-03-08 Thread Judd Maltin
Never save host keys for the admin box: judd@judd-m6600:~/useful$ cat ~/.ssh/config Host admin 192.168.124.10 StrictHostKeyChecking no UserKnownHostsFile=/dev/null write your key to the new admin box: judd@judd-m6600:~/useful$ ssh-copy-id crowbar@admin On Fri, Mar 8, 2013 at 9:13 AM,

[Crowbar] Quick connect to admin node

2013-03-08 Thread Andi_Abes
A total security nightmare, but great for testing. The 2 lines below will auto-login you to a test admin VM without asking for password (and don't require you to inject the private key during admin node boot ) #remove the host fingerprint from the known hosts ssh-keygen -f "~/.ssh/known_host