<?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: R3 and SFTP in EOS DSLR &amp; Mirrorless Cameras</title>
    <link>https://community.usa.canon.com/t5/EOS-DSLR-Mirrorless-Cameras/R3-and-SFTP/m-p/398128#M94554</link>
    <description>&lt;P&gt;Finally figured this one out and got it working.&lt;/P&gt;&lt;P&gt;1) Unlike the Z9, the R3 doesn't support advanced passwords with special characters, so, I created a separate 'Sharing Only' account named 'anonymous' with the password of 'anonymous' on my MacBook Pro.&lt;/P&gt;&lt;P&gt;2) The R3, also unlike the Z9, uses older 'ssh-rsa' and 'ssh-dsa' authentication types which rely on the less secure SSLv1 algorithms which are now disabled in newer versions of Mac OS.&lt;/P&gt;&lt;P&gt;To fix this, add the following lines to /private/etc/ssh/sshd_config:&lt;/P&gt;&lt;P&gt;HostKeyAlgorithms=+ssh-rsa,ssh-rsa-cert-v01@openssh.com&lt;/P&gt;&lt;P&gt;PubkeyAcceptedAlgorithms=+ssh-rsa,ssh-rsa-cert-v01@openssh.com&lt;/P&gt;&lt;P&gt;Then restart 'Remote Login' under Apple =&amp;gt; System Settings =&amp;gt; General =&amp;gt; Sharing.&lt;/P&gt;&lt;P&gt;After I did all of that, I'm now able to use SFTP to transfer images from both my Z9 and my R3 to my Macbook Pro.&lt;/P&gt;&lt;P&gt;Hopefully this helps someone else out there.&lt;/P&gt;&lt;P&gt;jp&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt;Jay Pike&lt;BR /&gt;&lt;A href="http://www.jaypike.com" target="_blank"&gt;http://www.jaypike.com&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Dec 2022 01:00:00 GMT</pubDate>
    <dc:creator>jaypike</dc:creator>
    <dc:date>2022-12-16T01:00:00Z</dc:date>
    <item>
      <title>R3 and SFTP</title>
      <link>https://community.usa.canon.com/t5/EOS-DSLR-Mirrorless-Cameras/R3-and-SFTP/m-p/397753#M94447</link>
      <description>&lt;P&gt;Has anyone been able to successfully use the R3 with SFTP?&lt;/P&gt;&lt;P&gt;I've been trying but I can't seem to get it to work with SSH on a MacBook Pro running 13.0.1.&lt;/P&gt;&lt;P&gt;When I tcpdump the connection, I see that it takes my username and is attempting to do a DNS lookup for A or AAAA records against that username, which makes No sense.&lt;/P&gt;&lt;P&gt;I also tried anonymous with No success.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 19:25:37 GMT</pubDate>
      <guid>https://community.usa.canon.com/t5/EOS-DSLR-Mirrorless-Cameras/R3-and-SFTP/m-p/397753#M94447</guid>
      <dc:creator>jaypike</dc:creator>
      <dc:date>2022-12-13T19:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: R3 and SFTP</title>
      <link>https://community.usa.canon.com/t5/EOS-DSLR-Mirrorless-Cameras/R3-and-SFTP/m-p/398128#M94554</link>
      <description>&lt;P&gt;Finally figured this one out and got it working.&lt;/P&gt;&lt;P&gt;1) Unlike the Z9, the R3 doesn't support advanced passwords with special characters, so, I created a separate 'Sharing Only' account named 'anonymous' with the password of 'anonymous' on my MacBook Pro.&lt;/P&gt;&lt;P&gt;2) The R3, also unlike the Z9, uses older 'ssh-rsa' and 'ssh-dsa' authentication types which rely on the less secure SSLv1 algorithms which are now disabled in newer versions of Mac OS.&lt;/P&gt;&lt;P&gt;To fix this, add the following lines to /private/etc/ssh/sshd_config:&lt;/P&gt;&lt;P&gt;HostKeyAlgorithms=+ssh-rsa,ssh-rsa-cert-v01@openssh.com&lt;/P&gt;&lt;P&gt;PubkeyAcceptedAlgorithms=+ssh-rsa,ssh-rsa-cert-v01@openssh.com&lt;/P&gt;&lt;P&gt;Then restart 'Remote Login' under Apple =&amp;gt; System Settings =&amp;gt; General =&amp;gt; Sharing.&lt;/P&gt;&lt;P&gt;After I did all of that, I'm now able to use SFTP to transfer images from both my Z9 and my R3 to my Macbook Pro.&lt;/P&gt;&lt;P&gt;Hopefully this helps someone else out there.&lt;/P&gt;&lt;P&gt;jp&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt;Jay Pike&lt;BR /&gt;&lt;A href="http://www.jaypike.com" target="_blank"&gt;http://www.jaypike.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 01:00:00 GMT</pubDate>
      <guid>https://community.usa.canon.com/t5/EOS-DSLR-Mirrorless-Cameras/R3-and-SFTP/m-p/398128#M94554</guid>
      <dc:creator>jaypike</dc:creator>
      <dc:date>2022-12-16T01:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: R3 and SFTP</title>
      <link>https://community.usa.canon.com/t5/EOS-DSLR-Mirrorless-Cameras/R3-and-SFTP/m-p/440030#M105897</link>
      <description>&lt;P&gt;The same problem i had with my R6 Mark II, but with Ubuntu 23.04.&lt;BR /&gt;The algorithms are deprecated (less secure) so it would be great if Canon in the future would do upgrade SFTP connection protocols.&lt;/P&gt;&lt;P&gt;The solution was almost the same as the answer here, but maybe it will help someone in the future.&lt;/P&gt;&lt;P&gt;Create new file canonsftp.conf in the folder /etc/ssh/sshd_config.d/ with this content (two lines):&lt;BR /&gt;&lt;BR /&gt;HostKeyAlgorithms ssh-rsa,ssh-dss&lt;BR /&gt;PubkeyAcceptedKeyTypes ssh-rsa,ssh-dss&lt;BR /&gt;&lt;BR /&gt;Then restart sshd service. And then try to connect, for me it works.&lt;BR /&gt;&lt;BR /&gt;You can always look into /var/log/auth.log to see what the problems with SSH authentication you have.&lt;BR /&gt;For me the error was like this and the solution above was for this exact problem:&lt;BR /&gt;&lt;BR /&gt;sshd[81819]: Unable to negotiate with 192.168.0.1 port 55518: no matching host key type found. Their offer: ssh-rsa,ssh-dss [preauth]&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2023 09:37:00 GMT</pubDate>
      <guid>https://community.usa.canon.com/t5/EOS-DSLR-Mirrorless-Cameras/R3-and-SFTP/m-p/440030#M105897</guid>
      <dc:creator>hetman</dc:creator>
      <dc:date>2023-10-07T09:37:00Z</dc:date>
    </item>
  </channel>
</rss>

