<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Socket on Technical Notes</title><link>http://luispa.com/en/tags/socket/</link><description>Recent content in Socket on Technical Notes</description><generator>Hugo -- 0.148.0</generator><language>en-US</language><lastBuildDate>Fri, 14 Apr 2023 00:00:00 +0000</lastBuildDate><atom:link href="http://luispa.com/en/tags/socket/index.xml" rel="self" type="application/rss+xml"/><item><title>Socketed SSH</title><link>http://luispa.com/en/posts/2023-04-14-ssh-socket/</link><pubDate>Fri, 14 Apr 2023 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2023-04-14-ssh-socket/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-socketed-ssh.svg" alt="socketed ssh logo" width="150px" height="150px" style="float:left; padding-right:25px" />
&lt;p>&lt;a href="https://systemd.io">Systemd&lt;/a> is a system used in Linux to manage boot and system processes. Its &lt;strong>&amp;ldquo;units&amp;rdquo;&lt;/strong> are configuration files that describe the processes and services that &lt;code>systemd&lt;/code> manages.&lt;/p>
&lt;p>One of these units is &lt;code>systemd.socket&lt;/code>, which starts the corresponding daemon when a connection is established through a socket with the machine. A socket is a form of communication between processes over a network or within the system. By creating a unit of this type, we ask it to listen on a specific socket and start a specific service when a connection is received.&lt;/p>
&lt;br clear="left"/></description></item></channel></rss>