Re: Search for porterbox machines on the command line

2014-07-10 Thread Felipe Sateler
On Thu, 10 Jul 2014 11:27:58 +0800, Paul Wise wrote: On Wed, Jul 9, 2014 at 9:27 PM, Ian Jackson wrote: Perhaps some of this could be put into devscripts ? Just as ick, DNS is the place for service aliases. And how do you propose to deal with the ssh fingerprint mess when the dns is

Re: Search for porterbox machines on the command line

2014-07-10 Thread Jon Bernard
* Felipe Sateler fsate...@debian.org wrote: On Thu, 10 Jul 2014 11:27:58 +0800, Paul Wise wrote: On Wed, Jul 9, 2014 at 9:27 PM, Ian Jackson wrote: Perhaps some of this could be put into devscripts ? Just as ick, DNS is the place for service aliases. And how do you propose to

Re: Search for porterbox machines on the command line

2014-07-10 Thread Tollef Fog Heen
]] Jon Bernard * Felipe Sateler fsate...@debian.org wrote: On Thu, 10 Jul 2014 11:27:58 +0800, Paul Wise wrote: On Wed, Jul 9, 2014 at 9:27 PM, Ian Jackson wrote: Perhaps some of this could be put into devscripts ? Just as ick, DNS is the place for service aliases.

Re: Search for porterbox machines on the command line

2014-07-10 Thread Paul Wise
On Fri, Jul 11, 2014 at 4:22 AM, Tollef Fog Heen wrote: Might have been implemented for the last 5+ years too. A clarification: The Debian sysadmins have had SSHFP records in DNS (and DNSSEC) for a long time. In addition you can get the full list of SSH public keys for Debian machines:

Re: Search for porterbox machines on the command line

2014-07-09 Thread Ian Jackson
Peter Palfrader writes (Re: Search for porterbox machines on the command line): On Fri, 13 Jun 2014, Jon Bernard wrote: https://github.com/jbernard/porterbox Ick. I agree. But... I usually just spell that ldapsearch. ldapsearch -h db.debian.org -x -b dc=debian,dc=org 'purpose

Re: Search for porterbox machines on the command line

2014-07-09 Thread Paul Wise
On Wed, Jul 9, 2014 at 9:27 PM, Ian Jackson wrote: Perhaps some of this could be put into devscripts ? Just as ick, DNS is the place for service aliases. -- bye, pabs https://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of

Re: Search for porterbox machines on the command line

2014-06-14 Thread Paul Wise
On Sat, Jun 14, 2014 at 7:54 AM, James McCoy wrote: Paul Wise requested a much more featureful script in #469263. I implemented a script too and blogged about it as well as paravoid's script: http://bonedaddy.net/pabs3/log/2011/11/02/convenient-login-to-porterboxen/ Ultimately all these

Re: Search for porterbox machines on the command line

2014-06-14 Thread Thomas Goirand
On 06/14/2014 03:38 PM, Paul Wise wrote: On Sat, Jun 14, 2014 at 7:54 AM, James McCoy wrote: Paul Wise requested a much more featureful script in #469263. I implemented a script too and blogged about it as well as paravoid's script:

Search for porterbox machines on the command line

2014-06-13 Thread Jon Bernard
Heya, I just created a small utility that dumps the porterbox machine list to stdout, which makes looking up a test machine for a particular architecture much quicker (at least for me). I wasn't aware of anything like this in existence, please correct me if I'm wrong. Maybe someone will find it

Re: Search for porterbox machines on the command line

2014-06-13 Thread Jakub Wilk
* Jon Bernard jbern...@debian.org, 2014-06-13, 14:48: I just created a small utility that dumps the porterbox machine list to stdout, which makes looking up a test machine for a particular architecture much quicker (at least for me). I wasn't aware of anything like this in existence, please

Re: Search for porterbox machines on the command line

2014-06-13 Thread Peter Palfrader
On Fri, 13 Jun 2014, Jon Bernard wrote: https://github.com/jbernard/porterbox Ick. I usually just spell that ldapsearch. ldapsearch -h db.debian.org -x -b dc=debian,dc=org 'purpose=porterbox' My shell history suggests I tend to throw in a couple of things to pretty up the output (and

Re: Search for porterbox machines on the command line

2014-06-13 Thread James McCoy
On Fri, Jun 13, 2014 at 02:48:05PM -0400, Jon Bernard wrote: Heya, I just created a small utility that dumps the porterbox machine list to stdout, which makes looking up a test machine for a particular architecture much quicker (at least for me). I'll add my script[0] to the list as well.