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)- A75% (18)
- B13% (3)
- C8% (2)
- D4% (1)
Topics
#Python#Paramiko#SSH automation#network scripting
Community Discussion
No community discussion yet for this question.