From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Matt Hemingway" Subject: Re: ssh auto-login-script Date: Mon, 06 Sep 2004 11:29:15 -0700 Sender: linux-admin-owner@vger.kernel.org Message-ID: References: <413F4A9A.90800@gmx.de> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: In-Reply-To: <413F4A9A.90800@gmx.de> List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: DerPuh , linux-admin@vger.kernel.org Well, it can be done via an expect script. I wouldn't recommend that though as the password will be contained in a file. Instead, take a look at using ssh keys to do the login. A google search on "ssh keys" pulls up some good docs. -Matt On Wed, 08 Sep 2004 20:08:26 +0200 DerPuh wrote: >Hi everybody! > >I have to find a possibility to send a password directly >to the ssh password-prompt with a shell-script... > >i tried to send it by pipe but it is blocked by the >client... > >does anyone have an idea if it is possible and if it is, >how it works? > >thx, DerPuh > > >- >To unsubscribe from this list: send the line "unsubscribe >linux-admin" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at > http://vger.kernel.org/majordomo-info.html >