<?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 SFTP DRS Backup Target on Raspberry PI using OpenSSH in Unified Communications Infrastructure</title>
    <link>https://community.cisco.com/t5/unified-communications-infrastructure/sftp-drs-backup-target-on-raspberry-pi-using-openssh/m-p/3987941#M161445</link>
    <description>&lt;P&gt;Today I was attempting to back up my in-house CUCM and CXN to a Raspberry Pi which already had SSH enabled.&lt;/P&gt;&lt;P&gt;By Default, when SSH is enabled on Pi, SFTP is enabled as well, using OpenSSH built in to Rasbian.*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I kept getting this error:&lt;/P&gt;&lt;P&gt;admin:utils disaster_recovery device add network berrypi ./ 192.168.41.240 pi 2&lt;BR /&gt;Please enter password to connect to network server 192.168.41.240:********&lt;BR /&gt;drfCliMsg: Unable to save Backup Device successfully. Update failed : Unable to access SFTP server. Please ensure the username and password are correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did some further research and found that CUCM uses some older Ciphers for SFTP, so I ssh'd in to my Pi and entered the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;nano /etc/ssh/sshd_config &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;added the following lines: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#secure ciphers and MAC &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ciphers aes128-cbc,3des-cbc,blowfish-cbc,aes128-ctr,aes192-ctr,aes256-ctr,&lt;/SPAN&gt;&lt;A href="mailto:aes128-gcm@openssh.com" target="_blank" rel="nofollow noopener noreferrer"&gt;aes128-gcm@openssh.com&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;A href="mailto:aes256-gcm@openssh.com" target="_blank" rel="nofollow noopener noreferrer"&gt;aes256-gcm@openssh.com&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;A href="mailto:chacha20-poly1305@openssh.com" target="_blank" rel="nofollow noopener noreferrer"&gt;chacha20-poly1305@openssh.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;kexAlgorithms &lt;/SPAN&gt;&lt;A href="mailto:curve25519-sha256@libssh.org" target="_blank" rel="nofollow noopener noreferrer"&gt;curve25519-sha256@libssh.org&lt;/A&gt;&lt;SPAN&gt;,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This resolved the login problems.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;*This likely applies to any recent Debian release, including Ubuntu&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Nov 2019 15:41:08 GMT</pubDate>
    <dc:creator>jburk</dc:creator>
    <dc:date>2019-11-22T15:41:08Z</dc:date>
    <item>
      <title>SFTP DRS Backup Target on Raspberry PI using OpenSSH</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/sftp-drs-backup-target-on-raspberry-pi-using-openssh/m-p/3987941#M161445</link>
      <description>&lt;P&gt;Today I was attempting to back up my in-house CUCM and CXN to a Raspberry Pi which already had SSH enabled.&lt;/P&gt;&lt;P&gt;By Default, when SSH is enabled on Pi, SFTP is enabled as well, using OpenSSH built in to Rasbian.*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I kept getting this error:&lt;/P&gt;&lt;P&gt;admin:utils disaster_recovery device add network berrypi ./ 192.168.41.240 pi 2&lt;BR /&gt;Please enter password to connect to network server 192.168.41.240:********&lt;BR /&gt;drfCliMsg: Unable to save Backup Device successfully. Update failed : Unable to access SFTP server. Please ensure the username and password are correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did some further research and found that CUCM uses some older Ciphers for SFTP, so I ssh'd in to my Pi and entered the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;nano /etc/ssh/sshd_config &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;added the following lines: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#secure ciphers and MAC &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ciphers aes128-cbc,3des-cbc,blowfish-cbc,aes128-ctr,aes192-ctr,aes256-ctr,&lt;/SPAN&gt;&lt;A href="mailto:aes128-gcm@openssh.com" target="_blank" rel="nofollow noopener noreferrer"&gt;aes128-gcm@openssh.com&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;A href="mailto:aes256-gcm@openssh.com" target="_blank" rel="nofollow noopener noreferrer"&gt;aes256-gcm@openssh.com&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;A href="mailto:chacha20-poly1305@openssh.com" target="_blank" rel="nofollow noopener noreferrer"&gt;chacha20-poly1305@openssh.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;kexAlgorithms &lt;/SPAN&gt;&lt;A href="mailto:curve25519-sha256@libssh.org" target="_blank" rel="nofollow noopener noreferrer"&gt;curve25519-sha256@libssh.org&lt;/A&gt;&lt;SPAN&gt;,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This resolved the login problems.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;*This likely applies to any recent Debian release, including Ubuntu&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 15:41:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/sftp-drs-backup-target-on-raspberry-pi-using-openssh/m-p/3987941#M161445</guid>
      <dc:creator>jburk</dc:creator>
      <dc:date>2019-11-22T15:41:08Z</dc:date>
    </item>
  </channel>
</rss>

