<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ssh &#8211; from0to1</title>
	<atom:link href="https://www.from0to1.top/tag/ssh/feed" rel="self" type="application/rss+xml" />
	<link>https://www.from0to1.top</link>
	<description>一个研究技术、分享经验的博客</description>
	<lastBuildDate>Sun, 01 Oct 2023 14:33:58 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>利用Windows PowerShell实现ssh服务</title>
		<link>https://www.from0to1.top/210.html</link>
					<comments>https://www.from0to1.top/210.html#respond</comments>
		
		<dc:creator><![CDATA[雾朦Official]]></dc:creator>
		<pubDate>Sun, 01 Oct 2023 12:12:16 +0000</pubDate>
				<category><![CDATA[服务器]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://www.from0to1.top/?p=210</guid>

					<description><![CDATA[PowerShell是微软为Windows操作系统的开发的一个命令行环境和脚本语言解释器。它允许用户使用PowerShell命令和脚本来管理和自动化Windows系统的各种任务，包括文件和文件夹管理、系统配置、网络管理、安 全性管理、应用程序管理、任务调度等。今天我们就用Windows PowerShell实现ssh远程登录服务器 首先我们要以管理员权限打开Windows PowerShell 我 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>PowerShell是微软为Windows操作系统的开发的一个命令行环境和脚本语言解释器。它允许用户使用PowerShell命令和脚本来管理和自动化Windows系统的各种任务，包括文件和文件夹管理、系统配置、网络管理、安</p>
<p>全性管理、应用程序管理、任务调度等。今天我们就用Windows PowerShell实现ssh远程登录服务器</p>
<p>首先我们要以管理员权限打开Windows PowerShell</p>
<p><img fetchpriority="high" decoding="async" src="https://www.from0to1.top/wp-content/uploads/2023/10/屏幕截图-2023-10-01-195958.png" alt="" class="alignnone size-full wp-image-211" srcset="https://www.from0to1.top/wp-content/uploads/2023/10/屏幕截图-2023-10-01-195958.png 422w, https://www.from0to1.top/wp-content/uploads/2023/10/屏幕截图-2023-10-01-195958-300x284.png 300w" sizes="(max-width: 422px) 100vw, 422px" /></p>
<p>我们在进行ssh连接前要先安装openssh客户端，在命令行中输入下面的指令并回车</p>
<pre class="prettyprint linenums">Install-PackageProvider -Name NuGet -ForceBootstrap</pre>
<pre class="prettyprint linenums">Install-Module -Name posh-ssh</pre>
<p>接下来就可以进行ssh连接，用户名和ip地址可以在你购买服务器的网站的控制台中查看</p>
<pre class="prettyprint linenums">ssh 用户名@ip地址</pre>
<p>在弹出的password后面输入该用户的密码即可建立ssh连接</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.from0to1.top/210.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
