From owner-freebsd-questions Thu Mar 25 11:31:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kronos.alcnet.com (kronos.alcnet.com [207.244.223.187]) by hub.freebsd.org (Postfix) with ESMTP id 8B0C115031 for ; Thu, 25 Mar 1999 11:31:08 -0800 (PST) (envelope-from kbyanc@alcnet.com) Received: from localhost (kbyanc@localhost) by kronos.alcnet.com (8.9.3/8.9.3/antispam) with ESMTP id OAA94720 for ; Thu, 25 Mar 1999 14:36:04 -0500 (EST) X-Envelope-To: X-Server: ALC Communications - http://www.alcnet.com/ Date: Thu, 25 Mar 1999 14:36:03 -0500 (EST) From: Kelly Yancey To: freebsd-questions@freebsd.org Subject: rdist question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to get files syncronized between a FreeBSD 3.1 machine and a linux 2.0 machine using rdist and ssh2. I know I have ssh2 configured correctly because I can use it to login to each system from the other without specifying a password. However, when I try to get rdist to do it (in debug mode so I can watch), I get: $ rdist -v -D -P ssh lookup(HOSTS, 1, 0x805d050) lookup(FILES, 1, 0x805d090) expand(0x805d150, 1) list = ( kbyanc@alcnet.com ) expanded list = ( kbyanc@alcnet.com ) expand(0x805d100, 3) list = ( ${FILES} ) lookup(FILES, 0, 0x0) expanded list = ( resources tools source ) expand(0x805d120, 7) list = ( ${HOSTS} ) lookup(HOSTS, 0, 0x0) expanded list = ( kelly@optimus ) doarrow(0x805d1a0, kelly@optimus, 0x805d130) makeconn(kelly@optimus) updating host optimus port = 514, luser = kbyanc, ruser = kelly buf = rdist -Server local user = kbyanc remote user = kelly Remote command = 'rdist -Server' Remote shell command = 'ssh' rdist: lost connection closeconn() Is it possible to use rdist with ssh (I should think so)? The machine I'm running rdist from is FreeBSD 3.1, the machine I'm trying to rdist to is linux 2.0 (RedHat). I'de just assume replace the linux machine with FreeBSD if I could, but I can't.....yet :) I would really appreciate any help anyone could lend, Thanks, Kelly ~kbyanc@posi.net~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message