Andi Abes ([email protected]) 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 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 > > > > Cool ! didn't use that before... > But they can be even better together ;) > > sshpass -pcrowbar ssh-copy-id crowbar@admin > > my Admin install per hour number is pretty high (~5) so, it gets pretty > repetitive....
Nice tricks :-) I didn't know about sshpass, that's handy but also pure evil ;-) Currently there only experimental packages for openSUSE: http://software.opensuse.org/package/sshpass 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 ;-) _______________________________________________ Crowbar mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/crowbar For more information: http://crowbar.github.com/
