[python-win32] Inheriting a command line - or how to efficiently replace Unix' os.execvpe
Eryk Sun
eryksun at gmail.com
Fri May 14 03:31:39 EDT 2021
On 5/13/21, Sebastian M. Ernst <ernst at pleiszenburg.de> wrote:
>
> ... but I am not managing to specify `parameters` so that I can actually
> interact with `ssh`. Am I on the wrong track ... ?
It's not clear to me what you need. Do you need to spawn and wait for
an interactive ssh session that's driven normally by the user? Or do
you need expect-like automation of an ssh session?
More information about the python-win32
mailing list