<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unable to copy the Files from SFTP server to ASA Firewall 5545 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/unable-to-copy-the-files-from-sftp-server-to-asa-firewall-5545/m-p/3404723#M145648</link>
    <description>&lt;P&gt;To use secure copy, first enable secure shell (SSH), and then enter the following command: &lt;A name="wp1380274" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;SECTION class="pEx2_Example2"&gt;
&lt;PRE&gt;hostname# &lt;STRONG class="cBold"&gt;ssh scopy enable
&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;/SECTION&gt;
&lt;P&gt;&lt;A name="wp1380275" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;SECTION class="pEx2_Example2"&gt;
&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;/SECTION&gt;
&lt;P&gt;&lt;A name="wp1380276" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class="pB2_Body2"&gt;From a Linux client, enter the following command:&lt;/P&gt;
&lt;P&gt;&lt;A name="wp1380277" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;SECTION class="pEx2_Example2"&gt;
&lt;PRE&gt;&lt;STRONG class="cBold"&gt;scp -v -pw&lt;/STRONG&gt; &lt;EM class="cArgument"&gt;password&lt;/EM&gt; &lt;EM class="cArgument"&gt;filename&lt;/EM&gt; &lt;EM class="cArgument"&gt;username&lt;/EM&gt;@&lt;EM class="cEmphasis"&gt;asa_&lt;/EM&gt;&lt;EM class="cArgument"&gt;address
&lt;/EM&gt;&lt;/PRE&gt;
&lt;/SECTION&gt;
&lt;P&gt;&lt;A name="wp1380278" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;SECTION class="pEx2_Example2"&gt;
&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;/SECTION&gt;
&lt;P&gt;&lt;A name="wp1380279" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class="pB2_Body2"&gt;The &lt;STRONG class="cBold"&gt;-v&lt;/STRONG&gt; is for verbose, and if &lt;STRONG class="cBold"&gt;-pw&lt;/STRONG&gt; is not specified, you will be prompted for a password.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jun 2018 08:31:57 GMT</pubDate>
    <dc:creator>Peter Koltl</dc:creator>
    <dc:date>2018-06-25T08:31:57Z</dc:date>
    <item>
      <title>Unable to copy the Files from SFTP server to ASA Firewall 5545</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-copy-the-files-from-sftp-server-to-asa-firewall-5545/m-p/3080679#M145645</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;It would be a great help to me, if someone can address this problem&lt;/P&gt;
&lt;P&gt;Situation: Trying to copy the file from SFTP server to ASA firewall 5545 disk0:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Problem: Getting the error messgae as permission denied&lt;/P&gt;
&lt;P&gt;Procedure that I followed:&lt;/P&gt;
&lt;P&gt;1. configured the command "ssh scopy enable" on the firewall&lt;/P&gt;
&lt;P&gt;2. Installed the solarwinds STFP server on the windows server and added the user that has all the permissions (write , read, execute, modify and delete) on it&lt;/P&gt;
&lt;P&gt;3. Used the commands copy scp: disk0:&lt;/P&gt;
&lt;P&gt;address of the remote host[]? x.x.x.x&lt;/P&gt;
&lt;P&gt;source username []? user name that was added in the step 2 on the SFTP server&lt;/P&gt;
&lt;P&gt;4. Source file name []? xyz&lt;/P&gt;
&lt;P&gt;5. destination filename []? xyz&lt;/P&gt;
&lt;P&gt;Error displayed as "%Error opening scp:/username@serverIP/xyz (Permission denied)"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Sameetha&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 09:05:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-copy-the-files-from-sftp-server-to-asa-firewall-5545/m-p/3080679#M145645</guid>
      <dc:creator>sameetha.maheshwaram</dc:creator>
      <dc:date>2019-03-12T09:05:42Z</dc:date>
    </item>
    <item>
      <title>sameetha,</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-copy-the-files-from-sftp-server-to-asa-firewall-5545/m-p/3080680#M145647</link>
      <description>&lt;P&gt;sameetha,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Try putting an access rule for port 22 on the ASA security interface inbound where the scp server will be coming from.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Also, have you tried sftp or tftp(assuming you have correct access rules too for these protocols)?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;***please rate and mark the comment correct if you find it helpful***&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 00:02:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-copy-the-files-from-sftp-server-to-asa-firewall-5545/m-p/3080680#M145647</guid>
      <dc:creator>agapitca19</dc:creator>
      <dc:date>2017-04-13T00:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to copy the Files from SFTP server to ASA Firewall 5545</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-copy-the-files-from-sftp-server-to-asa-firewall-5545/m-p/3404723#M145648</link>
      <description>&lt;P&gt;To use secure copy, first enable secure shell (SSH), and then enter the following command: &lt;A name="wp1380274" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;SECTION class="pEx2_Example2"&gt;
&lt;PRE&gt;hostname# &lt;STRONG class="cBold"&gt;ssh scopy enable
&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;/SECTION&gt;
&lt;P&gt;&lt;A name="wp1380275" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;SECTION class="pEx2_Example2"&gt;
&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;/SECTION&gt;
&lt;P&gt;&lt;A name="wp1380276" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class="pB2_Body2"&gt;From a Linux client, enter the following command:&lt;/P&gt;
&lt;P&gt;&lt;A name="wp1380277" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;SECTION class="pEx2_Example2"&gt;
&lt;PRE&gt;&lt;STRONG class="cBold"&gt;scp -v -pw&lt;/STRONG&gt; &lt;EM class="cArgument"&gt;password&lt;/EM&gt; &lt;EM class="cArgument"&gt;filename&lt;/EM&gt; &lt;EM class="cArgument"&gt;username&lt;/EM&gt;@&lt;EM class="cEmphasis"&gt;asa_&lt;/EM&gt;&lt;EM class="cArgument"&gt;address
&lt;/EM&gt;&lt;/PRE&gt;
&lt;/SECTION&gt;
&lt;P&gt;&lt;A name="wp1380278" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;SECTION class="pEx2_Example2"&gt;
&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;/SECTION&gt;
&lt;P&gt;&lt;A name="wp1380279" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class="pB2_Body2"&gt;The &lt;STRONG class="cBold"&gt;-v&lt;/STRONG&gt; is for verbose, and if &lt;STRONG class="cBold"&gt;-pw&lt;/STRONG&gt; is not specified, you will be prompted for a password.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 08:31:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-copy-the-files-from-sftp-server-to-asa-firewall-5545/m-p/3404723#M145648</guid>
      <dc:creator>Peter Koltl</dc:creator>
      <dc:date>2018-06-25T08:31:57Z</dc:date>
    </item>
  </channel>
</rss>

