Link to home
Start Free TrialLog in
Avatar of wrt1mea
wrt1mea

asked on

Using SCP with Cisco ASA 5545X

On my lap ASA, I can successfully copy files from my ASA to my SCP Folder using SolarWinds SCP Server. The problem I am having is copying files from my SCP Server to the ASA using CLI. IT fails to copy do disk0:/ on the ASA.

 I can see the file being copied from the SCP Server via the SCP Log:

      10/23/2019 12:19 PM      Unknown      Authenticated user cisco from IP 192.168.1.1.
      10/23/2019 12:19 PM      Unknown      User cisco from IP 192.168.1.1 downloading file at "TestFile.txt".


 See the information below:


ciscoasa# copy scp://cisco:cisco@192.168.1.10/TestFile.txt disk0:/TestFile.txt

Address or name of remote host [192.168.1.10]?

Source username [cisco]?

Source filename [TestFile.txt]?

Destination filename [TestFile.txt]?

Accessing scp://cisco:cisco@192.168.1.10/TestFile.txt...
%Error reading scp://cisco:cisco@192.168.1.10/TestFile.txt (Success)
ciscoasa#
ASKER CERTIFIED SOLUTION
Avatar of Pete Long
Pete Long
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
p.s. tftp is a lot simpler its done me for 20 years :)

</p>
Avatar of wrt1mea
wrt1mea

ASKER

Can't use it...
The path scp://cisco:cisco@192.168.1.10/TestFile.txt will likely try to access it from the root folder, is that what we want?
Also, possibly check permissions on the file on the solarwinds side, the scp server might not be able to read it.
Avatar of wrt1mea

ASKER

TimotiSt,

Yes, that is what we want...I have verified in troubleshooting that the folder is Everyone>Full Control/

I am backing up Cisco 2960's using the same SCP Server and folder path and there is no problems...

I have any any rules on my lab firewall
Does the
debug ip scp
command work on the ASA?
Avatar of wrt1mea

ASKER

no it does not
Avatar of wrt1mea

ASKER

Sorry for the delay!!!!