<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://medjava.ro/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://medjava.ro/feed.php">
        <title>Med Java - linux:ssh</title>
        <description></description>
        <link>https://medjava.ro/</link>
        <image rdf:resource="https://medjava.ro/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-26T16:11:07+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://medjava.ro/doku.php?id=linux:ssh:public-key-authentication&amp;rev=1725365431&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://medjava.ro/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Med Java</title>
        <link>https://medjava.ro/</link>
        <url>https://medjava.ro/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://medjava.ro/doku.php?id=linux:ssh:public-key-authentication&amp;rev=1725365431&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-03T12:10:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>public-key-authentication</title>
        <link>https://medjava.ro/doku.php?id=linux:ssh:public-key-authentication&amp;rev=1725365431&amp;do=diff</link>
        <description>Public key authentication to remote ssh server

Create a SSH key-pair and set a custom name for it to not override the existing one. 

Change id_rsa with a custom name (for example id_rsa_odcent8)


cd ~/.ssh/



ssh-keygen -t rsa -b 4096


Output:
Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/odefta/.ssh/id_rsa): id_rsa_odcent8
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in id_rsa_odcent8
You…</description>
    </item>
</rdf:RDF>
