{"id":29,"date":"2022-02-10T12:14:51","date_gmt":"2022-02-10T12:14:51","guid":{"rendered":"https:\/\/www.wientzek.ch\/?p=29"},"modified":"2022-02-10T12:17:19","modified_gmt":"2022-02-10T12:17:19","slug":"brother-ads-2700w-and-security","status":"publish","type":"post","link":"https:\/\/www.wientzek.ch\/?p=29","title":{"rendered":"Brother ADS-2700W and SSH Security"},"content":{"rendered":"\n<p>So, I wanted to have the scanner have an SFTP-session and use that to write to a little linux server. In my first tryouts I used a Raspberry Pi, but when looking at my overall endeavours quickly changed to a little Intel Mini PC running Ubuntu server LTS.<\/p>\n\n\n\n<p>The test failed, and it took quite some time to figure out why. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Feb  9 18:36:01 dochauser sshd&#091;1658]: Unable to negotiate with 192.168.0.94 port 44398: no matching key exchange method found. Their offer: diffie-hellman-group14-sha1,diffie-hellman-group-exchange-s\nha1,diffie-hellman-group1-sha1 &#091;preauth]<\/code><\/pre>\n\n\n\n<p>Oops, the little brother does not speak current security technology. The fix for this is to add these old keyexchange methods to the sshd_config on the linux system. This is not nice, overall.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># For making the brother ADS-w700W printer SFTPable\nKexAlgorithms +diffie-hellman-group1-sha1\nCiphers +aes128-cbc<\/code><\/pre>\n\n\n\n<p>Maybe I&#8217;ll write a support ticket to brother to ask them when they will update their scanners&#8230;<\/p>\n\n\n\n<p>At least now the pdfs are flowing to the linux box, yeah.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>So, I wanted to have the scanner have an SFTP-session and use that to write to a little linux server. In my first tryouts I used a Raspberry Pi, but when looking at my overall endeavours quickly changed to a little Intel Mini PC running Ubuntu server LTS. The test failed, and it took quite &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/www.wientzek.ch\/?p=29\"> <span class=\"screen-reader-text\">Brother ADS-2700W and SSH Security<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","footnotes":""},"categories":[4],"tags":[],"class_list":["post-29","post","type-post","status-publish","format-standard","hentry","category-dochauser"],"_links":{"self":[{"href":"https:\/\/www.wientzek.ch\/index.php?rest_route=\/wp\/v2\/posts\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wientzek.ch\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wientzek.ch\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wientzek.ch\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wientzek.ch\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=29"}],"version-history":[{"count":2,"href":"https:\/\/www.wientzek.ch\/index.php?rest_route=\/wp\/v2\/posts\/29\/revisions"}],"predecessor-version":[{"id":31,"href":"https:\/\/www.wientzek.ch\/index.php?rest_route=\/wp\/v2\/posts\/29\/revisions\/31"}],"wp:attachment":[{"href":"https:\/\/www.wientzek.ch\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=29"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wientzek.ch\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=29"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wientzek.ch\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}