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

View File

@@ -0,0 +1,17 @@
<h1 id="ssh-keyscan">ssh-keyscan</h1>
<p>收集主机公钥的使用工具</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>ssh-keyscan命令</strong> 是一个收集大量主机公钥的使用工具。</p>
<h3 id="语法">语法</h3>
<pre><code>ssh-keyscan(选项)(参数)</code></pre>
<h3 id="选项">选项</h3>
<pre><code>-4强制使用IPv4地址
-6强制使用IPv6地址
-f从指定文件中读取“地址列表/名字列表”;
-p指定连接远程主机的端口
-T指定连接尝试的超时时间
-t指定要创建的密钥类型
-v信息模式打印调试信息。</code></pre>
<h3 id="参数">参数</h3>
<p>主机列表:指定要收集公钥的主机列表。</p>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->