ASA secure copy (scp) from unix not working ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2012 12:18 PM - edited 03-11-2019 03:30 PM
I am trying (unsuccessfully) to scp a file from a unix/linux device to an ASA 5505. The connection is authenticated on the 5505 but the copy fails as it keeps reporting an "SCP send error" (see below). SCP is new to me as I normally use sftp, but thats not supported on the ASA's. Same problem happens if I use either ssh ver 1 or 2
Unix command I'm using is:
scp /filename userid@ASA_ip_address:/
ssh debug from asa:
ssh2 1: authentication successful for userid
ssh2 1: channel open request
ssh2 1: env request
ssh2 1: exec request
ssh2 1: starting SCP session
ssh: scp : scp send error
ssh: scp : ssh_scp_end
thanks
- Labels:
-
NGFW Firewalls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2014 02:38 AM
I had this same problem with trying to upload images to version 9.1 devices.
Turned out I had to set the privilege level on the user to fix the issue.
username
frustrating when debug gives very little information on the problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2014 11:06 AM
THANK YOU! I've been trying to figure this out for a while now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2016 11:32 AM
If you'd had said that to me to my face I would have said...yeah right tell that to the marines, but you were right. who would have thought buffer accept error messages on scp client resulted in an incorrect priv level on ASA. Nice one paulowenkirk. Thanks
