From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200006191327.JAA22906@cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] chown - ? From: "Russ Cox" Date: Mon, 19 Jun 2000 09:27:44 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: c4647e00-eac8-11e9-9e20-41e7f4b1d025 And I got a pair of key files belonging to 'glenda.sys' in common directory /sys/lib/ssh/ So, the question is how about another (real) users that might log on to the same terminal host ? How to make them use the same host keys ? You don't need to be able to read the secret key -- it just has to exist. I'm not exactly sure why that is, but I suspect it's an artifact of having the server and client compile from the same libraries. The host secret key is only used when running as a server; the protocol never touches it when running as a client, except to do RSA_RHOSTS authentication, which we don't support. You can generate keys for yourself by using aux/ssh_genkey $home/lib/ssh and that will create ssh.secret, ssh.public, and ssh.public10 (suitable for sharing with Unix systems). See the ssh man page for more. Russ