Re: Inheriting a command line - or how to efficiently replace Unix' os.execvpe
Eryk Sun <[email protected]>
| Newsgroups | gmane.comp.python.windows |
|---|---|
| Message-ID | <CACL+1av3Zcm5baf0zxNuK9tToze7hmioHcXkPg78tD7Ru0P_aQ@mail.gmail.com> |
On 5/13/21, Sebastian M. Ernst <[email protected]> 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?