nerdexam
Huawei

H12-891_V1.0 · Question #371

The SSH server has been configured correctly. Which of the following Python codes can be run on the SSH client to successfully establish an SSH connection (the private key file is id_rsa, which is…

The correct answer is A. import paramiko C. import paramiko. See the full explanation below for the reasoning.

SDN and Network Automation

Question

The SSH server has been configured correctly. Which of the following Python codes can be run on the SSH client to successfully establish an SSH connection (the private key file is id_rsa, which is in the same path as the client Python script)? (Multiple choice)

Options

  • Aimport paramiko
  • Bimport paramiko
  • Cimport paramiko
  • Dimport paramiko

How the community answered

(28 responses)
  • A
    75% (21)
  • B
    7% (2)
  • D
    18% (5)

Topics

#paramiko#SSH#Python#network automation

Community Discussion

No community discussion yet for this question.

Full H12-891_V1.0 Practice