From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200006101520.LAA24852@cse.psu.edu> From: "Russ Cox" Date: Sat, 10 Jun 2000 11:19:47 -0400 To: 9fans@cse.psu.edu Subject: Re: [9fans] Getting Started: Matrox Video, SSH, SPARC Port? MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: b4e477dc-eac8-11e9-9e20-41e7f4b1d025 aux/sshserve talks to the network and is started by listen; to start an ssh server you need to run (as the hostowner on the cpuserver (or terminal I suppose)) aux/listen -t /rc/bin/service.auth tcp Note that running an SSH server requires you to have an authentication server set up: the Plan 9 ssh server only authenticates via challenge/response (TIS authentication, in the SSH jargon). Russ