This commit is contained in:
fofolee
2019-04-08 23:22:26 +08:00
commit 7ca94f1141
5960 changed files with 530244 additions and 0 deletions

20
docs/linux/sshd.html Normal file
View File

@@ -0,0 +1,20 @@
<h1 id="sshd">sshd</h1>
<p>openssh软件套件中的服务器守护进程</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>sshd命令</strong> 是openssh软件套件中的服务器守护进程。</p>
<h3 id="语法">语法</h3>
<pre><code>sshd(选项)</code></pre>
<h3 id="选项">选项</h3>
<pre><code>-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/ -->