[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Passwordless OpenSSH login with interactively running script



On Sun, Jul 07, 2002 at 23:13:13 +1200, Adam Warner wrote:
> This doesn't work:
> $ ssh root@host '/root/apt-upgrade'

Use "ssh -t root@host '/root/apt-upgrade'". From ssh(1):
     -t      Force pseudo-tty allocation.  This can be used to execute arbi­
             trary screen-based programs on a remote machine, which can be
             very useful, e.g., when implementing menu services.  Multiple -t
             options force tty allocation, even if ssh has no local tty.

HTH,
Ray
-- 
Don't think of yourself as an organic pain collector racing toward oblivion.
	Dogbert


-- 
To UNSUBSCRIBE, email to debian-security-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: