nerdexam
Huawei

H12-891_V1.0 · Question #239

The Python Paramiko library implements the SSH protocol. In the Python Paramiko module, which of the following methods can open an SSH interactive session?

The correct answer is A. invoke_shell(). See the full explanation below for the reasoning.

SDN and Network Automation

Question

The Python Paramiko library implements the SSH protocol. In the Python Paramiko module, which of the following methods can open an SSH interactive session?

Options

  • Ainvoke_shell()
  • BTransport()
  • Cfrom_transport()
  • Dconnect()

How the community answered

(24 responses)
  • A
    75% (18)
  • B
    13% (3)
  • C
    8% (2)
  • D
    4% (1)

Topics

#Python#Paramiko#SSH automation#network scripting

Community Discussion

No community discussion yet for this question.

Full H12-891_V1.0 Practice