About the def set_client_configuration function

Hi,

“def set_client_configuration(self, timeout=None, newline=None, prompt=None,”
What is being done in this function by importing the prompt?

Another issue is,
What should we do to open the 2. SSH connection? What should we use?

I’ll be glad if you can help me.

Thanks,
Berat

Hi Berat,

I’m no expert on this library having only used it a little (works for what I needed)

My understanding from the documentation for Set Client Configuration is that this keyword is used to change any of the Configuration items, of which prompt is one. see Configuration for details.

Dave.