<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to install ssh-keygen on the Omega2+]]></title><description><![CDATA[<p dir="auto">I can't find ssh-keygen, and running 'opkg install ssh-keygen' says it's an unknown package.  How do I get ssh-keygen on the omega?</p>
]]></description><link>http://community.onion.io/topic/4128/how-to-install-ssh-keygen-on-the-omega2</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 05:24:30 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/4128.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 09 May 2020 19:49:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to install ssh-keygen on the Omega2+ on Sat, 09 May 2020 19:49:59 GMT]]></title><description><![CDATA[<p dir="auto">I can't find ssh-keygen, and running 'opkg install ssh-keygen' says it's an unknown package.  How do I get ssh-keygen on the omega?</p>
]]></description><link>http://community.onion.io/post/21626</link><guid isPermaLink="true">http://community.onion.io/post/21626</guid><dc:creator><![CDATA[indianajones]]></dc:creator><pubDate>Sat, 09 May 2020 19:49:59 GMT</pubDate></item><item><title><![CDATA[Reply to How to install ssh-keygen on the Omega2+ on Sat, 09 May 2020 22:28:06 GMT]]></title><description><![CDATA[<p dir="auto">As far as I can tell ssh-keygen isn't used for the platform.  There is another command that does much of the same work:</p>
<pre><code>root@Omega-DE0B:/usr/bin# dropbearkey -h
Usage: dropbearkey -t &lt;type&gt; -f &lt;filename&gt; [-s bits]
-t type Type of key to generate. One of:
                rsa
-f filename    Use filename for the secret key.
               ~/.ssh/id_dropbear is recommended for client keys.
-s bits Key size in bits, should be a multiple of 8 (optional)
-y              Just print the publickey and fingerprint for the
                private key in &lt;filename&gt;.
root@Omega-DE0B:/usr/bin#
</code></pre>
]]></description><link>http://community.onion.io/post/21629</link><guid isPermaLink="true">http://community.onion.io/post/21629</guid><dc:creator><![CDATA[William Scott]]></dc:creator><pubDate>Sat, 09 May 2020 22:28:06 GMT</pubDate></item><item><title><![CDATA[Reply to How to install ssh-keygen on the Omega2+ on Sat, 09 May 2020 22:38:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/4410">@William-Scott</a> Thanks I literally just found that about the same time as your reply.</p>
]]></description><link>http://community.onion.io/post/21630</link><guid isPermaLink="true">http://community.onion.io/post/21630</guid><dc:creator><![CDATA[indianajones]]></dc:creator><pubDate>Sat, 09 May 2020 22:38:53 GMT</pubDate></item><item><title><![CDATA[Reply to How to install ssh-keygen on the Omega2+ on Sat, 09 May 2020 23:20:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/7134">@indianajones</a> <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--+1" title=":+1:" alt="👍" /></p>
]]></description><link>http://community.onion.io/post/21631</link><guid isPermaLink="true">http://community.onion.io/post/21631</guid><dc:creator><![CDATA[William Scott]]></dc:creator><pubDate>Sat, 09 May 2020 23:20:49 GMT</pubDate></item><item><title><![CDATA[Reply to How to install ssh-keygen on the Omega2+ on Sun, 10 May 2020 06:59:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/7134">@indianajones</a> You didn't say anything about your device and its firmware - as usual. <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--wink" title=";)" alt="😉" /></p>
<p dir="auto">On Omega2 with an OpenWrt 18-06 based FW (eg. v0.3.2 b239) enable the fifth (5th) line of the <em>'/etc/opkg/distfeeds.conf'</em> file and run<br />
<code>opkg update</code><br />
<code>opkg install openssh-keygen</code></p>
<pre><code># Omega2+ FW v0.3.2 b239

root@Omega-5BE1:/# opkg update
Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_packages
Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/packages/Packages.sig
Signature check passed.
 ...

root@Omega-5BE1:/# opkg install openssh-keygen
Installing openssh-keygen (7.7p1-2) to root...
Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/packages/openssh-keygen_7.7p1-2_mipsel_24kc.ipk
Configuring openssh-keygen.

root@Omega-5BE1:/# ssh-keygen --help
ssh-keygen: unrecognized option: -
usage: ssh-keygen [-q] [-b bits] [-t dsa | ecdsa | ed25519 | rsa]
                  [-N new_passphrase] [-C comment] [-f output_keyfile]
       ssh-keygen -p [-P old_passphrase] [-N new_passphrase] [-f keyfile]
       ssh-keygen -i [-m key_format] [-f input_keyfile]
       ssh-keygen -e [-m key_format] [-f input_keyfile]
       ssh-keygen -y [-f input_keyfile]
       ssh-keygen -c [-P passphrase] [-C comment] [-f keyfile]
       ssh-keygen -l [-v] [-E fingerprint_hash] [-f input_keyfile]
       ssh-keygen -B [-f input_keyfile]
       ssh-keygen -D pkcs11
       ssh-keygen -F hostname [-f known_hosts_file] [-l]
       ssh-keygen -H [-f known_hosts_file]
       ssh-keygen -R hostname [-f known_hosts_file]
       ssh-keygen -r hostname [-f input_keyfile] [-g]
       ssh-keygen -G output_file [-v] [-b bits] [-M memory] [-S start_point]
       ssh-keygen -T output_file -f input_file [-v] [-a rounds] [-J num_lines]
                  [-j start_line] [-K checkpt] [-W generator]
       ssh-keygen -s ca_key -I certificate_identity [-h] [-U]
                  [-D pkcs11_provider] [-n principals] [-O option]
                  [-V validity_interval] [-z serial_number] file ...
       ssh-keygen -L [-f input_keyfile]
       ssh-keygen -A
       ssh-keygen -k -f krl_file [-u] [-s ca_public] [-z version_number]
                  file ...
       ssh-keygen -Q -f krl_file file ...
</code></pre>
<p dir="auto">Good luck!</p>
]]></description><link>http://community.onion.io/post/21632</link><guid isPermaLink="true">http://community.onion.io/post/21632</guid><dc:creator><![CDATA[György Farkas]]></dc:creator><pubDate>Sun, 10 May 2020 06:59:19 GMT</pubDate></item><item><title><![CDATA[Reply to How to install ssh-keygen on the Omega2+ on Sun, 10 May 2020 07:00:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/2619">@György-Farkas</a> Cool!</p>
]]></description><link>http://community.onion.io/post/21633</link><guid isPermaLink="true">http://community.onion.io/post/21633</guid><dc:creator><![CDATA[William Scott]]></dc:creator><pubDate>Sun, 10 May 2020 07:00:00 GMT</pubDate></item></channel></rss>