search for: tislabs

Displaying 5 results from an estimated 5 matches for "tislabs".

Did you mean: cslabs
2001 Jul 09
1
[patch] SSH host keys in DNS
I've made some changes to the 2.9p2 release code to add support for using DNSSEC lookups to check host keys. I've also made the changes to the OPENBSD_2_9 tree. Both patches are available at ftp://ftp.tislabs.com/pub/fmeshd/ as openssh.[portable,openbsd].patch.20010709 I'm really looking for testers at this time. Right now the lookups are done using a getrrsetbyname() function that is part of the BIND9 lwres API. I'm in the process of writing a similar standalone function for the OpenBSD tree....
2009 Nov 18
11
[Bug 1672] New: add local DNSSEC validation
https://bugzilla.mindrot.org/show_bug.cgi?id=1672 Summary: add local DNSSEC validation Product: Portable OpenSSH Version: 5.3p1 Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedTo: unassigned-bugs at mindrot.org ReportedBy: robert.story
2001 Jul 12
0
Updated DNSSEC patch
I've updated my DNSSEC patch, available at ftp://ftp.tislabs.com/pub/fmeshd as openssh.[portable,openbsd].patch.20010712 The updates include a fix to correctly handle failure of the lookup methods and a new option to ssh-keygen to output the DNS format of the key. Both were supplied by Jakob Schlyter. I've also updated the style to conform better to op...
2001 Jul 14
0
DNSSEC patch updated to -current
I've updated my patch to portable-current. Its available at ftp://ftp.tislabs.com/pub/fmeshd as openssh_cvs.20010713 -- Wesley Griffin NAI Labs wgriffin at tislabs.com 443.259.2388
2001 Jun 06
0
snk authentication
Here is a little patch against 2.9p1 that performs the SNK (also known as TIS authserv) challenge-response automaticly instead of asking the user. hope you find it useful. --larry -------------- next part -------------- diff -NuBw openssh-2.9p1/Makefile.in openssh/Makefile.in --- openssh-2.9p1/Makefile.in Thu Apr 26 20:31:08 2001 +++ openssh/Makefile.in Wed Jun 6 16:15:56 2001 @@ -43,9 +43,9