<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://josemaria.bargallomoya.com/dokuwiki/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://josemaria.bargallomoya.com/dokuwiki/feed.php">
        <title>Bargawiki - ubuntu_22.04</title>
        <description></description>
        <link>https://josemaria.bargallomoya.com/dokuwiki/</link>
        <image rdf:resource="https://josemaria.bargallomoya.com/dokuwiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-05T16:03:07+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=ubuntu_22.04:enable_root_password&amp;rev=1739263944&amp;do=diff"/>
                <rdf:li rdf:resource="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=ubuntu_22.04:enabling_ssh&amp;rev=1739259804&amp;do=diff"/>
                <rdf:li rdf:resource="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=ubuntu_22.04:lid&amp;rev=1739260160&amp;do=diff"/>
                <rdf:li rdf:resource="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=ubuntu_22.04:pub_key&amp;rev=1739454282&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://josemaria.bargallomoya.com/dokuwiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Bargawiki</title>
        <link>https://josemaria.bargallomoya.com/dokuwiki/</link>
        <url>https://josemaria.bargallomoya.com/dokuwiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=ubuntu_22.04:enable_root_password&amp;rev=1739263944&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-11T08:52:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>enable_root_password</title>
        <link>https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=ubuntu_22.04:enable_root_password&amp;rev=1739263944&amp;do=diff</link>
        <description>How to Enable Root Login via SSH in Ubuntu

Step 1: Enable Root User Password

If you haven’t already set a password for the root user, you need to do so. By default, Ubuntu disables root login by not setting a password for the root account. To set or change the root password, run the following command:</description>
    </item>
    <item rdf:about="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=ubuntu_22.04:enabling_ssh&amp;rev=1739259804&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-11T07:43:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>enabling_ssh</title>
        <link>https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=ubuntu_22.04:enabling_ssh&amp;rev=1739259804&amp;do=diff</link>
        <description>Enabling SSH on Ubuntu 24.04

Update Your System: Before installing any new software, it’s a good practice to update your system’s package list and upgrade the existing packages to their latest versions.
 $ sudo apt update
 $ sudo apt upgrade
This ensures that you have all the latest security patches and software updates, reducing the risk of vulnerabilities.
Install OpenSSH Server: With your system updated, the next step is to install the OpenSSH server package. This package contains the necess…</description>
    </item>
    <item rdf:about="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=ubuntu_22.04:lid&amp;rev=1739260160&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-11T07:49:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>lid</title>
        <link>https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=ubuntu_22.04:lid&amp;rev=1739260160&amp;do=diff</link>
        <description>Disable Lid Switch
  sudo nano /etc/systemd/logind.conf
  #HandleLidSwitch=suspend
  HandleLidSwitch=ignore
  
Restart service
 sudo systemctl restart systemd-logind</description>
    </item>
    <item rdf:about="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=ubuntu_22.04:pub_key&amp;rev=1739454282&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-13T13:44:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>pub_key</title>
        <link>https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=ubuntu_22.04:pub_key&amp;rev=1739454282&amp;do=diff</link>
        <description>SSH public key authentication

SSH public key authentication is a four-step process:

1. Generate a private and public key, known as the key pair. The private key must be stored securely on the local machine.

2. Copy the corresponding public key to the remote server to enable key-based authentication.</description>
    </item>
</rdf:RDF>
