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

Re: Putty (plink) causes zombie process while executing a command



David Jardine schrieb:

> Preamble: I don't know if I'll be able to help you on this since
> I know nothing about plink except what I've just discovered with
> apt-cache show putty-tools :(

PuTTY is a client program running on Windows for the SSH, Telnet and
Rlogin network protocols. Plink is a command-line interface to the
PuTTY back ends (comparable to ssh executable, I think).

> > I'm trying to execute a command on my Sarge box using plink (Putty) on
> > Windows XP. E.g.: plink -A -2 -ssh auser@host.some.where ls -l
> Does the above command log you into the Windows box via ssh?  And
> should the "ls -l" be executed on the Windows box?  But surely
> that's only a unix command, isn't it?  Dos uses "dir".

plink runs in a Dos box (on my client) and should execute the command
"ls -l" on host.some.where (the Debian server).

It's like executing

ssh auser@host.some.where ls -l

on a linux box.

Regards, Martin



Reply to: