website: add search data. #105 b034d7970d

This commit is contained in:
jaywcjlove
2022-11-17 08:00:19 +00:00
parent a804a415f5
commit f412635104
97 changed files with 21288 additions and 96 deletions

View File

@ -41,7 +41,7 @@
<p>此快速参考备忘单提供了使用 SSH 的各种方法。</p>
</div></header><div class="menu-tocs"><div class="menu-btn"><svg aria-hidden="true" fill="currentColor" height="1em" width="1em" viewBox="0 0 16 16" version="1.1" data-view-component="true">
<path fill-rule="evenodd" d="M2 4a1 1 0 100-2 1 1 0 000 2zm3.75-1.5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zm0 5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zm0 5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zM3 8a1 1 0 11-2 0 1 1 0 012 0zm-1 6a1 1 0 100-2 1 1 0 000 2z"></path>
</svg></div><div class="menu-modal"><a aria-hidden="true" class="leve2 tocs-link" href="#入门">入门</a><a aria-hidden="true" class="leve3 tocs-link" href="#连接">连接</a><a aria-hidden="true" class="leve3 tocs-link" href="#执行">执行</a><a aria-hidden="true" class="leve3 tocs-link" href="#scp">SCP</a><a aria-hidden="true" class="leve3 tocs-link" href="#配置位置">配置位置</a><a aria-hidden="true" class="leve3 tocs-link" href="#scp-选项">SCP 选项</a><a aria-hidden="true" class="leve3 tocs-link" href="#配置示例">配置示例</a><a aria-hidden="true" class="leve3 tocs-link" href="#proxyjump">ProxyJump</a><a aria-hidden="true" class="leve3 tocs-link" href="#ssh-copy-id">ssh-copy-id</a><a aria-hidden="true" class="leve2 tocs-link" href="#ssh-keygen">SSH keygen</a><a aria-hidden="true" class="leve3 tocs-link" href="#ssh-keygen-1">ssh-keygen</a><a aria-hidden="true" class="leve3 tocs-link" href="#产生">产生</a><a aria-hidden="true" class="leve3 tocs-link" href="#钥匙类型">钥匙类型</a><a aria-hidden="true" class="leve3 tocs-link" href="#known_hosts">known_hosts</a><a aria-hidden="true" class="leve3 tocs-link" href="#密钥格式">密钥格式</a><a aria-hidden="true" class="leve2 tocs-link" href="#另见">另见</a></div></div><div class="h1wrap-body"><div class="wrap h2body-exist"><div class="wrap-header h2wrap"><h2 id="入门"><a aria-hidden="true" tabindex="-1" href="#入门"><span class="icon icon-link"></span></a>入门</h2><div class="wrap-body">
</svg></div><div class="menu-modal"><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#入门">入门</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#连接">连接</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#执行">执行</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#scp">SCP</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#配置位置">配置位置</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#scp-选项">SCP 选项</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#配置示例">配置示例</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#proxyjump">ProxyJump</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#ssh-copy-id">ssh-copy-id</a><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#ssh-keygen">SSH keygen</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#ssh-keygen-1">ssh-keygen</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#产生">产生</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#钥匙类型">钥匙类型</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#known_hosts">known_hosts</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#密钥格式">密钥格式</a><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#另见">另见</a></div></div><div class="h1wrap-body"><div class="wrap h2body-exist"><div class="wrap-header h2wrap"><h2 id="入门"><a aria-hidden="true" tabindex="-1" href="#入门"><span class="icon icon-link"></span></a>入门</h2><div class="wrap-body">
</div></div><div class="h2wrap-body"><div class="wrap h3body-not-exist"><div class="wrap-header h3wrap"><h3 id="连接"><a aria-hidden="true" tabindex="-1" href="#连接"><span class="icon icon-link"></span></a>连接</h3><div class="wrap-body">
<p>连接到服务器(默认端口 22</p>
<pre class="language-shell"><code class="language-shell code-highlight"><span class="code-line">$ <span class="token function">ssh</span> root@192.168.1.5