Enabling Secure Copy Protocol on the SSH Server
The following task configures the server-side functionality for SCP. This task shows a typical configuration
that allows the device to securely copy files from a remote workstation.
Note
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
aaa new-model
4.
aaa authentication login default local
5.
aaa authorization exec defaultlocal
6.
usernamename privilege privilege-level password password
7.
ip ssh time-outseconds
8.
ip ssh authentication-retries integer
9.
ip scpserverenable
10.
exit
11.
debug ip scp
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode.enable
Step 1
Example:
Device> enable
•
Enter your password if prompted.
Enters global configuration mode.configure terminal
Example:
Device# configure terminal
Step 2
Enables the AAA access control model.aaa new-model
Example:
Device(config)# aaa new-model
Step 3
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1101
How to Configure Secure Shell Version 2 Support