Re: woody ssh update and PAM keyboard-interactive authentication won't work.

2002-07-07 Thread Rolf Kutz
* Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]): > > Thanks for this info -- if you happen to come across the reference > again, I'd appreciate it if you could pass it along. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=151203&repeatmerged=yes - Rolf -- To UNSUBSCRIBE, email to [EMAIL PRO

Re: Passwordless OpenSSH login with interactively running script

2002-07-07 Thread Rafael
On Sun, Jul 07, 2002 at 11:13:13PM +1200, Adam Warner wrote: > Hi all, > > Can anyone give me a tip as to how I can automate this: > > Say I wish to run this script remotely and interactively using SSH > 3.4p1-1: > > #!/bin/bash > apt-get update && > apt-get upgrade -u > > (let's call the scrip

Re: Passwordless OpenSSH login with interactively running script

2002-07-07 Thread Martin WHEELER
On 7 Jul 2002, Adam Warner wrote: > PS: murphy.debian.org might be sick (though it's amazingly fast at the > moment). Even though my message got through I received a reply telling > me: > > Your message was not delivered for the following reason: > > E-mail Account: dma4 is over the limit of 31457

Bounces on posts to the lists (was Re: Passwordless OpenSSH login with interactively running script)

2002-07-07 Thread J.H.M. Dassen \(Ray\)
On Sun, Jul 07, 2002 at 23:36:35 +1200, Adam Warner wrote: > PS: murphy.debian.org might be sick (though it's amazingly fast at the > moment). Even though my message got through I received a reply telling me: > > Your message was not delivered for the following reason: > > E-mail Account: dma4 is

Re: Passwordless OpenSSH login with interactively running script

2002-07-07 Thread Adam Warner
On Sun, 2002-07-07 at 23:22, J.H.M. Dassen (Ray) wrote: > On Sun, Jul 07, 2002 at 23:13:13 +1200, Adam Warner wrote: > > This doesn't work: > > $ ssh [EMAIL PROTECTED] '/root/apt-upgrade' > > Use "ssh -t [EMAIL PROTECTED] '/root/apt-upgrade'". From ssh(1): > -t Force pseudo-tty allocatio

Re: Passwordless OpenSSH login with interactively running script

2002-07-07 Thread J.H.M. Dassen \(Ray\)
On Sun, Jul 07, 2002 at 23:13:13 +1200, Adam Warner wrote: > This doesn't work: > $ ssh [EMAIL PROTECTED] '/root/apt-upgrade' Use "ssh -t [EMAIL PROTECTED] '/root/apt-upgrade'". From ssh(1): -t Force pseudo-tty allocation. This can be used to execute arbiĀ­ trary screen-base

Passwordless OpenSSH login with interactively running script

2002-07-07 Thread Adam Warner
Hi all, Can anyone give me a tip as to how I can automate this: Say I wish to run this script remotely and interactively using SSH 3.4p1-1: #!/bin/bash apt-get update && apt-get upgrade -u (let's call the script "apt-upgrade") This doesn't work: $ ssh [EMAIL PROTECTED] '/root/apt-upgrade' apt