<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bert&#039;s notes &#187; APC</title>
	<atom:link href="https://a20.net/bert/tag/apc/feed/" rel="self" type="application/rss+xml" />
	<link>https://a20.net/bert</link>
	<description></description>
	<lastBuildDate>Mon, 02 Nov 2020 10:47:22 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.5</generator>
	<item>
		<title>Log in to older APC PDUs with a modern OpenSSH</title>
		<link>https://a20.net/bert/2017/08/19/log-in-to-older-apc-pdus-with-a-modern-openssh/</link>
		<comments>https://a20.net/bert/2017/08/19/log-in-to-older-apc-pdus-with-a-modern-openssh/#comments</comments>
		<pubDate>Sat, 19 Aug 2017 21:55:47 +0000</pubDate>
		<dc:creator><![CDATA[bert]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[APC]]></category>
		<category><![CDATA[cipher]]></category>
		<category><![CDATA[key exchange]]></category>
		<category><![CDATA[OpenSSH]]></category>
		<category><![CDATA[PDU]]></category>

		<guid isPermaLink="false">https://a20.net/bert/?p=87</guid>
		<description><![CDATA[If you find yourself needing to SSH into an older APC PDU such as the AP7921 (or basically any appliance without up to date SSH service) and you use a modern OpenSSH, you may see Unable to negotiate with target-host port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1 or Unable to negotiate [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>If you find yourself needing to SSH into an older APC PDU such as the AP7921 (or basically any appliance without up to date SSH service) and you use a modern OpenSSH, you may see</p>
<p style="padding-left: 30px;"><code>Unable to negotiate with target-host port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1</code></p>
<p>or</p>
<p style="padding-left: 30px;"><code>Unable to negotiate with target-host port 22: no matching cipher found. Their offer: blowfish-cbc</code></p>
<p>Since version 7, OpenSSH has disabled these by default because of known weaknesses, see <a href="https://www.openssh.com/txt/release-7.0">www.openssh.com/txt/release-7.0</a>. To talk to these obsolete SSH services, speak the following Ancient Options under a full moon:</p>
<p style="padding-left: 30px;"><code>ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oCiphers=+blowfish-cbc my-user@target-host</code></p>
<p>.. and the doors to Moria may open.</p>
<p>Edit feb-2019: Recent Ubuntu versions have dropped support for legacy ciphers. You might see this error:</p>
<pre>command-line line 0: Bad SSH2 cipher spec '+blowfish-cbc'.</pre>
<p>In that case it may be best to install package &#8220;openssh-client-ssh1&#8243; and use the &#8220;ssh1&#8243; binary instead.</p>
]]></content:encoded>
			<wfw:commentRss>https://a20.net/bert/2017/08/19/log-in-to-older-apc-pdus-with-a-modern-openssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
