<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.buumy-soft.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.buumy-soft.com/feed.php">
        <title>BMS Wiki - bms:utils</title>
        <description></description>
        <link>https://wiki.buumy-soft.com/</link>
        <image rdf:resource="https://wiki.buumy-soft.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-14T13:12:44+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.buumy-soft.com/doku.php?id=bms:utils:ssh&amp;rev=1660583085&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.buumy-soft.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>BMS Wiki</title>
        <link>https://wiki.buumy-soft.com/</link>
        <url>https://wiki.buumy-soft.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.buumy-soft.com/doku.php?id=bms:utils:ssh&amp;rev=1660583085&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-15T17:04:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ssh</title>
        <link>https://wiki.buumy-soft.com/doku.php?id=bms:utils:ssh&amp;rev=1660583085&amp;do=diff</link>
        <description>SSH Utils

Commands

	*  Generate a SSH key 
ssh-keygen -t ed25519 -C &quot;key name&quot; -f &lt;file_path&gt;

	*  Generate a RSA SSH key 
ssh-keygen -t rsa -b 4096 -C &quot;key name&quot; -f &lt;file_path&gt;

	*  Remove a server from the known hosts
ssh-keygen -f ~/.ssh/known_hosts -R &quot;&lt;IP or domain&gt;&quot;</description>
    </item>
</rdf:RDF>
