From owner-freebsd-ports Sun Feb 9 06:50:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA18788 for ports-outgoing; Sun, 9 Feb 1997 06:50:59 -0800 (PST) Received: from whale.gu.kiev.ua (whale.gu.net [194.93.190.4]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA18781 for ; Sun, 9 Feb 1997 06:50:51 -0800 (PST) Received: from trifork.gu.net (trifork.gu.net [194.93.190.194]) by whale.gu.kiev.ua (8.8.5/8.7.3) with ESMTP id QAA33262 for ; Sun, 9 Feb 1997 16:50:39 +0200 X-Received: from relay3.UU.NET (relay3.UU.NET [192.48.96.8]) by creator.gu.kiev.ua with ESMTP id QAA17804 for ; Sun, 9 Feb 1997 16:29:49 +0200 X-Received: from miles.greatcircle.com by relay3.UU.NET with ESMTP (peer crosschecked as: miles.greatcircle.com [198.102.244.34]) id QQccdt19298; Sun, 9 Feb 1997 09:28:51 -0500 (EST) X-Received: (majordom@localhost) by miles.greatcircle.com (8.8.5/Lists-960417-1) id GAA20121 for firewalls-outgoing; Sun, 9 Feb 1997 06:01:26 -0800 (PST) X-Received: from minotaur.labyrinth.net.au (minotaur.labyrinth.net.au [203.9.148.2]) by miles.greatcircle.com (8.8.5/Miles-960830-1) with ESMTP id GAA20110 for ; Sun, 9 Feb 1997 06:01:18 -0800 (PST) X-Received: (from mail@localhost) by minotaur.labyrinth.net.au (8.7.2/8.7.2) id BAA27748 for ; Mon, 10 Feb 1997 01:00:17 +1100 (EST) X-Authentication-Warning: minotaur.labyrinth.net.au: mail set sender to using -f X-Received: from gate.quick.com.au(203.12.250.130) by minotaur.labyrinth.net.au via smap (V1.3) id sma027690; Mon Feb 10 00:59:51 1997 X-Received: (from sjg@localhost) by zen.quick.com.au (8.7.3/8.7.3) id AAA11179; Mon, 10 Feb 1997 00:59:23 +1100 (EST) Date: Mon, 10 Feb 1997 00:59:23 +1100 (EST) From: "Simon J. Gerraty" Message-Id: <199702091359.AAA11179@zen.quick.com.au> To: firewalls@GreatCircle.COM Subject: SLr* released. rsh,rcp,rdist over SSL ReSent-Date: Sun, 9 Feb 1997 18:50:02 +0200 (EET) ReSent-From: Andrew Stesin ReSent-To: ports@freebsd.org ReSent-Message-ID: Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Sorry to all the folk that have waited so long and patiently for this, but I have _finally_ cut a release of SSLrshd and friends. They can be downloaded from ftp://ftp.quick.com.au/sjg/ or http://www.quick.com.au/ftp/pub/sjg/ SSLrshd is the server for ssl_rcmd(), they work just like rshd and rcmd() except that trust is placed in X.509 certificates and nothing needs to be set-uid root. If a host trusts my certificate, then it does not care where I make requests from. The functionality is the same, but the security is vastly different. See http://www.quick.com.au/ftp/pub/sjg/help/SSLrsh.html for more details. I gave up on the idea of adding support for GNU, make, so you still need to obtain bmake, my bmake.tar.gz in the same directory uses GNU configure so should build reasonably easily - it certainly does on SunOS,Solaris,HP-UX and IRIX. See http://www.quick.com.au/ftp/pub/sjg/help/bmake.html for more details. SSLrsh-1.0.tar.gz contains SSLrsh SSLrshd SSLrcp and SSLrdist actually to build SSLrdist you must have the USC rdist distribution handy. and of course libsslfd which makes adding SSL and other crypto hooks to network daemons such as rshd, telnetd and even ftpd almost trivial. Since libsslfd is a pre-requisit for my stelnet and SNFS, I hope to get those packaged up and released soon. --sjg