From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <81ccbc0143d54d5ee81dd78f2cffe0e9@swtch.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] dsa keys. From: "Russ Cox" Date: Sat, 11 Mar 2006 20:02:46 -0500 In-Reply-To: <8ff8dae0ae840c59fec4de80d69a55c7@quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 138dd05a-ead1-11e9-9d60-3106f5b1d025 > true enough. but this can become chicken-and-egg logic. > as in: ssh doesn't support dsa because auth doesn't support dsa. > > i thought that getting auth to support dsa keys would be a good start > on ssh support. ssh doesn't support dsa not because there is no dsagen but because it only supports version 1 of the protocol. if you write an rsa-only ssh2, i will be happy to add the dsa code. /n/sources/contrib/rsc/*ssh* russ