A network administrator has developed a Python script on the local Linux machine and is trying to transfer it to the router. However, the transfer fails. Which action resolves this issue?
A.
The SSH service must be enabled with the crypto key generate rsa command.
B.
The SCP service must be enabled with the ip scp server enable command.
C.
The Python interpreter must first be enabled with the guestshell enable command.
D.
The SSH access must be allowed on the VTY lines using the transport input ssh command.
The error “Administratively disabled” means we need to enable SCP on the router with the command: Router(config)#ip scp server enable
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit