From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8e6e66c97cf6be9dcdecbfd7e609712c@proxima.alt.za> To: 9fans@cse.psu.edu Subject: Re: [9fans] inbound ssh Date: Sat, 7 Aug 2004 16:26:01 +0200 From: lucio@proxima.alt.za In-Reply-To: <655ed04522e4017e72bcb2bfc6ad2c7f@collyer.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: d34fee18-eacd-11e9-9e20-41e7f4b1d025 > Has anybody got inbound ssh v1 from (l)unix to work? > If so, how? All I can find in what is a working system is a very simple services.auth/tcp22: #!/bin/rc exec /bin/aux/sshserve -A 'tis password' `{cat $3/remote} >>[2]/sys/log/ssh more or less what comes out of the box. I do believe there ought to be a certificate somewhere to be used in setting up the connection, but I'll have to look for it. This is the missing link: key proto=rsa service=sshserve size=1024 ek=11 n=D5E8CC3604C7C91575BDF8D6CE93BCDC969CBA1C7498608850B04F87A01C98A08A208012966C43CE7CCFA75F60012C474234D0797E25F7C465D5AFFD7A36795E765B48D18F1B221F8C733E918AD47C69B286317901A7EC02C418DBB58ECAA787480C9A7E6DB1F63E5589537D9F106BB164770181EC756BCD84319E0C6A5A95E7 !dk? !p? !q? !kp? !kq? !c2? I install it by running auth/secstore -n -G factotum >> /mnt/factotum/ctl >[2]/dev/null in the startup procedure (cpurc). Of course, I generated the certificate according to the man page, but saved it in the secstore. ++L