From owner-freebsd-questions@FreeBSD.ORG Tue Feb 17 18:22:49 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45BD410656D8 for ; Tue, 17 Feb 2009 18:22:49 +0000 (UTC) (envelope-from utisoft@googlemail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id EE6858FC12 for ; Tue, 17 Feb 2009 18:22:48 +0000 (UTC) (envelope-from utisoft@googlemail.com) Received: by yx-out-2324.google.com with SMTP id 31so1280592yxl.13 for ; Tue, 17 Feb 2009 10:22:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=/Pxfizqlmze0Yww8B2HCH+o6AL7BZppjBV4vKyCFGjk=; b=k3QprsyeszXTTjAWAtAY5PMZzoaFe1DEY7EC9S21a0EtVZrC7jYwSqKNdaWvGrqnPt VvBshWQjKyLrSh/XnRp5LygzrS6DO1sV6SrUlYYGWIHbA8vlIhtLmQzoU1kSZLhA/r5N ZwzoAGrUcpkCNBCiALhw05ULEGngQle7OhF90= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; b=UeG8kRQ3/8MbAd3Kwz1FfyvIH+7guyG5Cj2HpNUKTh7/D/FBFOMBAnD6Cm0OM4CPen hWvPLeWp1pI3qxDqAUEIDniSXq8Dh9dik7NhXxlGG/14PHfwKuE/7XHO4VSx7TiYOYhd Qp2nh5tnZAqWl6fXZZkx/HIxkt+/fvtREHT+o= MIME-Version: 1.0 Received: by 10.142.254.2 with SMTP id b2mr3078613wfi.287.1234894967841; Tue, 17 Feb 2009 10:22:47 -0800 (PST) In-Reply-To: <96D71EC226B22D48B4F8F6F9C33C91CE3A40EB7D@orsmsx508.amr.corp.intel.com> References: <96D71EC226B22D48B4F8F6F9C33C91CE3A226248@orsmsx508.amr.corp.intel.com> <96D71EC226B22D48B4F8F6F9C33C91CE3A333837@orsmsx508.amr.corp.intel.com> <96D71EC226B22D48B4F8F6F9C33C91CE3A40EB7D@orsmsx508.amr.corp.intel.com> Date: Tue, 17 Feb 2009 18:22:47 +0000 Message-ID: From: Chris Rees To: "Overdorf, Sam" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: FreeBSD 7.1 - rshd problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2009 18:22:50 -0000 2009/2/17 Overdorf, Sam : > Thanks for the reply. > > I would probably be using "ssh" but I have s ton of scripts that I support and they all use "rsh" to do all of the underlying automation stuff. > > I figure there must be something broken on 7.1 since 7.0 works fine. I haven't seen any updates for 7.1 yet so I was wondering if anyone else is seeing this problem. > > Thanks, > Sam > > > -----Original Message----- > From: Chris Rees [mailto:utisoft@googlemail.com] > Sent: Sunday, February 15, 2009 1:47 AM > To: Overdorf, Sam > Subject: Re: FreeBSD 7.1 - rshd problems > > 2009/2/13 Overdorf, Sam : >> I'm having problems getting "rsh/rshd" to work on my 7.1 installation. >> I have it configured the same as my 7.0 computer (which works fine) but when I try to run a command I get the following response: >> >> rsh u0610 ls >> rshd: Login incorrect. >> >> Thanks, >> Sam >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >> > > Have you tried using ssh instead? It works the same, and is a hell of > a lot more secure. What do you want from rsh? > > > Chris > > -- > R< $&h ! > $- ! $+ $@ $2 < @ $1 .UUCP. > (sendmail.cf) > [chris@zeus]~% rsh www.bayofrum.net 'ls' rshd: Login incorrect. [chris@zeus]~% rsh www.bayofrum.net -l chris ls rshd: Login incorrect. [chris@zeus]~% rsh www.bayofrum.net otp-md5 488 am9338 ext Password: Last login: Tue Feb 17 18:20:05 from 192.168.1.71 Copyright (c) 1992-2009 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 7.1-RELEASE-p2-20090114 (AMNESIAC) #1: Sun Jan 25 18:58:20 GMT 2009 You have new mail. "man security" gives very good advice on how to tune the security of your FreeBSD system. [chris@amnesiac]~% rlogin: connection closed. [chris@zeus]~% Yup, happening to me too! Looks like it could be a bug... Chris -- R< $&h ! > $- ! $+ $@ $2 < @ $1 .UUCP. > (sendmail.cf)