<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Remote Management on LEIKAH</title><link>https://leikah.haoyingcao.xyz/en/tags/remote-management/</link><description>Recent content in Remote Management on LEIKAH</description><generator>Hugo</generator><language>en</language><atom:link href="https://leikah.haoyingcao.xyz/en/tags/remote-management/index.xml" rel="self" type="application/rss+xml"/><item><title>SSH</title><link>https://leikah.haoyingcao.xyz/en/docs/services/ssh/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://leikah.haoyingcao.xyz/en/docs/services/ssh/</guid><description>&lt;h2 id="service-info"&gt;Service Info&lt;a class="td-heading-self-link" href="#service-info" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Name: Secure Shell (SSH)&lt;/li&gt;
&lt;li&gt;Purpose: Encrypted network protocol&lt;/li&gt;
&lt;li&gt;Listening port: &lt;strong&gt;22 (TCP)&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;OS: Unix-Like (more commonly), Windows&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;SSH is an ecrypted network protocol that is often used for secure network management, file transfer and tunneling that replaced unsecure protocol such as Telnet, Berkeley R-Suite protocols.&lt;/p&gt;
&lt;p&gt;The most commonly used SSH software is OpenSSH, which is developed by the OpenBSD developers. OpenSSH supports many authentication methods, including password and public-key authentication.&lt;/p&gt;</description></item><item><title>WinRM</title><link>https://leikah.haoyingcao.xyz/en/docs/services/winrm/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://leikah.haoyingcao.xyz/en/docs/services/winrm/</guid><description>&lt;h2 id="service-info"&gt;Service Info&lt;a class="td-heading-self-link" href="#service-info" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Name: Windows Remote Management&lt;/li&gt;
&lt;li&gt;Purpose: Remote management of Windows machines over the network&lt;/li&gt;
&lt;li&gt;Listening port: 5985/TCP, 5986/TCP (with TLS)&lt;/li&gt;
&lt;li&gt;OS: Windows&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;strong&gt;Windows Remote Management (WinRM)&lt;/strong&gt; is a simple Windows integrated remote management protocol based on the command line. It uses &lt;strong&gt;Simple Object Access Protocol (SOAP)&lt;/strong&gt; API over HTTP(S) to facilitate communication between the client and the server.&lt;/p&gt;
&lt;p&gt;WinRM allows PowerShell commands to be executed on the server, which is why it is also referred to as PowerShell Remoting (PSRemote).&lt;/p&gt;</description></item></channel></rss>