<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Debug School: nkengbeja1987@gmail.com</title>
    <description>The latest articles on Debug School by nkengbeja1987@gmail.com (@nkengbeja1987_878).</description>
    <link>https://www.debug.school/nkengbeja1987_878</link>
    <image>
      <url>https://www.debug.school/images/4d17gWk5uYty39lYJY09OMDorlxsQU1TIUDac5ug02s/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzc2NS9mMWE4/YTIyYS05YmU4LTRm/ZDItOTIwOC1jMmM5/NmM3ZTdiZDkucG5n</url>
      <title>Debug School: nkengbeja1987@gmail.com</title>
      <link>https://www.debug.school/nkengbeja1987_878</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/nkengbeja1987_878"/>
    <language>en</language>
    <item>
      <title>How ssh key authentication works</title>
      <dc:creator>nkengbeja1987@gmail.com</dc:creator>
      <pubDate>Sat, 24 Feb 2024 16:15:55 +0000</pubDate>
      <link>https://www.debug.school/nkengbeja1987_878/how-ssh-key-authentication-works-231k</link>
      <guid>https://www.debug.school/nkengbeja1987_878/how-ssh-key-authentication-works-231k</guid>
      <description>&lt;p&gt;SSH key authentication is a method used to securely grant a user an access to a remote server or system without transmitting  passwords over the network which can be intercepted. It relies on a pair of cryptographic keys: a public key and a private key.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How it works&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Key Generation&lt;/strong&gt;&lt;br&gt;
: The user generates a pair of cryptographic keys - a public key and a private key. The private key is kept secure on the user's local system, while the public key can be shared freely.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Public Key Placement&lt;/strong&gt;: The user places the public key on the remote server they wish to access. Typically, this involves adding the public key to a file called authorized_keys in the .ssh directory in the user's home directory on the server.&lt;br&gt;
3*&lt;em&gt;.Authentication Attempt&lt;/em&gt;&lt;em&gt;: When the user attempts to connect to the remote server using SSH, the server sends back a challenge.&lt;br&gt;
4.&lt;br&gt;
**Key Exchange&lt;/em&gt;&lt;em&gt;: The user's SSH client uses the private key to create a digital signature for the challenge and sends it back to the server.&lt;br&gt;
4.&lt;/em&gt;&lt;em&gt;**Verification&lt;/em&gt;&lt;em&gt;:&lt;/em&gt;* The server then verifies the signature using the public key stored in the authorized_keys file. If the signature is valid, the user is authenticated and granted access.&lt;br&gt;
5*&lt;em&gt;.&lt;/em&gt;&lt;em&gt;Connection&lt;/em&gt;***: Once authenticated, the user can interact with the remote server over the SSH connection as usual.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>DevOps homework</title>
      <dc:creator>nkengbeja1987@gmail.com</dc:creator>
      <pubDate>Sat, 20 Jan 2024 19:04:18 +0000</pubDate>
      <link>https://www.debug.school/nkengbeja1987_878/devops-homework-4p50</link>
      <guid>https://www.debug.school/nkengbeja1987_878/devops-homework-4p50</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  DevOps assignment
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;What is DevOps?&lt;br&gt;
DevOps is a culture or set of practices that aims to improve collaboration and communication between software development and information technology operation(Ops) teams.&lt;br&gt;
What exactly do DevOps do?&lt;br&gt;
The objective of DevOps is to simplify  the software delivery process, enabling organizations to deliver high-quality software more quickly and efficiently. It consists of  integration of development, testing, deployment, and operations processes, emphasizing automation and collaboration.&lt;br&gt;
List of DevOps tools.&lt;br&gt;
Jenkins&lt;br&gt;
Kubernetes&lt;br&gt;
Github&lt;br&gt;
Bitbucket&lt;br&gt;
Ansible&lt;br&gt;
Chef&lt;br&gt;
Dockers&lt;br&gt;
Puppet&lt;br&gt;
Circlecl&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
