Re: Generating ~/.ssh/known_hosts from LDAP

2003-12-16 Thread Tim Dijkstra
On Mon, 15 Dec 2003 17:06:32 -0500 Clint Adams [EMAIL PROTECTED] wrote: I couldn't find any way to authenticate db.debian.org when using direct LDAP(TLS doesn't seem to be supported), but nonetheless this is damn convenient. (requires python-ldap) Or, for people who don't want

Re: Generating ~/.ssh/known_hosts from LDAP

2003-12-16 Thread Andrew Suffield
On Tue, Dec 16, 2003 at 02:47:42PM +0100, Tim Dijkstra wrote: On Mon, 15 Dec 2003 17:06:32 -0500 Clint Adams [EMAIL PROTECTED] wrote: I couldn't find any way to authenticate db.debian.org when using direct LDAP(TLS doesn't seem to be supported), but nonetheless this is damn

Re: Generating ~/.ssh/known_hosts from LDAP

2003-12-15 Thread Clint Adams
I couldn't find any way to authenticate db.debian.org when using direct LDAP (TLS doesn't seem to be supported), but nonetheless this is damn convenient. (requires python-ldap) Or, for people who don't want python installed. #!/bin/zsh for i in ${(M)${(ps:\n\n:)${$(ldapsearch -LLL -x -h

Re: Generating ~/.ssh/known_hosts from LDAP

2003-12-14 Thread allomber
Thanks Matt for your script. Will you add it to debian-goodies ? Cheers, -- Bill. [EMAIL PROTECTED] Imagine a large red swirl here.

Generating ~/.ssh/known_hosts from LDAP

2003-12-13 Thread Matt Zimmerman
I couldn't find any way to authenticate db.debian.org when using direct LDAP (TLS doesn't seem to be supported), but nonetheless this is damn convenient. (requires python-ldap) -- - mdz #!/usr/bin/python # # debian-known-hosts # # Dump ssh host keys from db.debian.org in a format suitable