If an engineer wants to remotely log in to a Huawei device, the engineer uses the Paramiko library to compile the following code when compiling the SSH Python script:
cli = ssh.invoke_shell()
cli.send( " screen-length 0 temporary\n " )
What is the function of screen-length 0 temporary?
Submit