From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <390212623d2d48ae65cfa727a916ef3c@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] u9fs From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 9 Dec 2002 03:09:33 -0500 Topicbox-Message-UUID: 2fbe615a-eacb-11e9-9e20-41e7f4b1d025 > What is srvssh? How does it differ from `execnet and ssh'? > I wasn't able to find srvssh on /n/sources. Srvssh serves the same purpose as execnet and ssh. Instead of using execnet, it uses the new -e flag to srv. It also hides a lot of the grime involved. You don't have to set up the script on the other side. It's a shell script -- /rc/bin/srvssh. Russ