2019-04-21 11:50:48 +08:00

21 lines
1.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 id="sshd">sshd</h1>
<p>openssh软件套件中的服务器守护进程</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>sshd命令</strong> 是openssh软件套件中的服务器守护进程。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">sshd(选项)</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">-4强制使用IPv4地址
-6强制使用IPv6地址
-D以后台守护进程方式运行服务器
-d调试模式
-e将错误发送到标准错误设备而不是将其发送到系统日志
-f指定服务器的配置文件
-g指定客户端登录时的过期时间如果在此期限内用户没有正确认证则服务器断开次客户端的连接
-h指定读取主机key文件
-issh以inetd方式运行
-o指定ssh的配置选项
-p静默模式没有任何信息写入日志
-t测试模式。</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->