Python Forum
How to keep paramiko ssh session open after loggin in using python?
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to keep paramiko ssh session open after loggin in using python?
#4
In general, streams (of which stdin is one), are unrelated to python: https://en.wikipedia.org/wiki/Standard_streams
With regards to subprocess, it's one of the arguments you can use to send data to the child process: https://docs.python.org/3.6/library/subp...rocess.run
Reply


Messages In This Thread
RE: How to keep paramiko ssh session open after loggin in using python? - by nilamo - Aug-15-2017, 06:55 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Paramiko SSH Session -> Authentification failed werwurm01 0 5,866 Mar-02-2021, 08:15 AM
Last Post: werwurm01
  Python Paramiko, continuing the interaction for a command in interactive shell aditya_g01 0 8,765 Mar-13-2018, 04:51 AM
Last Post: aditya_g01
  Python error handling Paramiko pythondiy 2 22,076 Aug-22-2017, 02:22 AM
Last Post: oldseven

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020