<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Control Systemd Services on Remote Linux Server	</title>
	<atom:link href="https://www.tecmint.com/control-systemd-services-on-remote-linux-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/control-systemd-services-on-remote-linux-server/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 18:49:48 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: David		</title>
		<link>https://www.tecmint.com/control-systemd-services-on-remote-linux-server/comment-page-1/#comment-1877735</link>

		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Mon, 12 Sep 2022 11:24:39 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28339#comment-1877735</guid>

					<description><![CDATA[Hello,

When trying to use a remote to ubuntu from centos it gives the below error, ubuntu to centos works with no issues.

Failed to parse bus message: No such device or address

Do you have any idea what is happening?

Thanks.]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>When trying to use a remote to ubuntu from centos it gives the below error, ubuntu to centos works with no issues.</p>
<p>Failed to parse bus message: No such device or address</p>
<p>Do you have any idea what is happening?</p>
<p>Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sanro		</title>
		<link>https://www.tecmint.com/control-systemd-services-on-remote-linux-server/comment-page-1/#comment-1840457</link>

		<dc:creator><![CDATA[sanro]]></dc:creator>
		<pubDate>Tue, 05 Jul 2022 15:26:52 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28339#comment-1840457</guid>

					<description><![CDATA[Sandro,

I have a question if the sshd service was killed by the user. If he frightened by the shutdown or other activity then we have &lt;code&gt;systemctl --host&lt;/code&gt; command to restart another localhost using this command 

ex:
&lt;pre&gt;
$ systemctl --host root@000.000.00.00 is-active sshd.service
&lt;/pre&gt;
I want the correct command if any one know then tell me....]]></description>
			<content:encoded><![CDATA[<p>Sandro,</p>
<p>I have a question if the sshd service was killed by the user. If he frightened by the shutdown or other activity then we have <code>systemctl --host</code> command to restart another localhost using this command </p>
<p>ex:</p>
<pre>
$ systemctl --host root@000.000.00.00 is-active sshd.service
</pre>
<p>I want the correct command if any one know then tell me&#8230;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steven J Owens		</title>
		<link>https://www.tecmint.com/control-systemd-services-on-remote-linux-server/comment-page-1/#comment-1472701</link>

		<dc:creator><![CDATA[Steven J Owens]]></dc:creator>
		<pubDate>Thu, 08 Apr 2021 03:47:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28339#comment-1472701</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/control-systemd-services-on-remote-linux-server/comment-page-1/#comment-1472700&quot;&gt;Steven J Owens&lt;/a&gt;.

That is, put the public half off the ssh key pair into:
&lt;pre&gt;
remotehost:/home/username/.ssh/authorirzed_keys
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/control-systemd-services-on-remote-linux-server/comment-page-1/#comment-1472700">Steven J Owens</a>.</p>
<p>That is, put the public half off the ssh key pair into:</p>
<pre>
remotehost:/home/username/.ssh/authorirzed_keys
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steven J Owens		</title>
		<link>https://www.tecmint.com/control-systemd-services-on-remote-linux-server/comment-page-1/#comment-1472700</link>

		<dc:creator><![CDATA[Steven J Owens]]></dc:creator>
		<pubDate>Thu, 08 Apr 2021 03:46:05 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28339#comment-1472700</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/control-systemd-services-on-remote-linux-server/comment-page-1/#comment-1341902&quot;&gt;Aaron Kili&lt;/a&gt;.

You can set up ssh passwordless login by using &lt;strong&gt;ssh-copy-id&lt;/strong&gt; to put the public half of the ssh key pair into &lt;strong&gt;remotehost:/home/username/.ssh/config/authorized_keys&lt;/strong&gt;. 

However, even when logged into the shell on the remote host, you have to use &lt;strong&gt;sudo&lt;/strong&gt; to call systemctl unless there&#039;s some way to set up systemctl so that user has access without sudo.

I&#039;m pretty sure that&#039;s what the commenter was asking about, and I arrived at this page because I&#039;m looking for the same information.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/control-systemd-services-on-remote-linux-server/comment-page-1/#comment-1341902">Aaron Kili</a>.</p>
<p>You can set up ssh passwordless login by using <strong>ssh-copy-id</strong> to put the public half of the ssh key pair into <strong>remotehost:/home/username/.ssh/config/authorized_keys</strong>. </p>
<p>However, even when logged into the shell on the remote host, you have to use <strong>sudo</strong> to call systemctl unless there&#8217;s some way to set up systemctl so that user has access without sudo.</p>
<p>I&#8217;m pretty sure that&#8217;s what the commenter was asking about, and I arrived at this page because I&#8217;m looking for the same information.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/control-systemd-services-on-remote-linux-server/comment-page-1/#comment-1341902</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Thu, 02 Jul 2020 17:46:56 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28339#comment-1341902</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/control-systemd-services-on-remote-linux-server/comment-page-1/#comment-1341685&quot;&gt;Dark Star&lt;/a&gt;.

@Dark

The workaround is using ssh passwordless-login as recommended in the guide, to secure transactions between the local computer and the remote system.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/control-systemd-services-on-remote-linux-server/comment-page-1/#comment-1341685">Dark Star</a>.</p>
<p>@Dark</p>
<p>The workaround is using ssh passwordless-login as recommended in the guide, to secure transactions between the local computer and the remote system.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
