Files
nyaterm/docs-site/docs/getting-started/quick-start.md
T
KangandClaude Opus 4.6 7de160ed04 docs: add Docusaurus documentation site with bilingual support
Add a complete documentation site under docs-site/ using Docusaurus 3,
with Chinese (default) and English translations. Includes user guide
(SSH, SFTP, terminal, quick commands, themes, translation, security,
shortcuts), developer docs (architecture, setup, frontend, backend,
contributing), FAQ, and a custom landing page.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 13:09:15 +08:00

1.6 KiB

sidebar_position
sidebar_position
2

快速开始

本章将引导你完成第一个 SSH 连接的创建和使用。

创建 SSH 连接

  1. 点击左侧边栏中的 新建连接 按钮,或使用菜单 文件 → 新建 SSH 连接
  2. 在弹出的对话框中填写:
    • 连接名称 — 给连接取一个便于识别的名称
    • 主机 — 服务器的 IP 地址或域名
    • 端口 — SSH 端口,默认 22
    • 用户名 — 登录用户名
    • 认证方式 — 选择密码或私钥
  3. 点击 保存 保存连接配置

连接服务器

在左侧边栏的已保存连接列表中,双击连接名称或右键选择 连接 即可开始 SSH 会话。

连接成功后,你会在中央区域看到一个新的终端标签页。

基本操作

多标签管理

  • 你可以同时打开多个 SSH 连接,每个连接占一个标签页
  • 使用 Ctrl+Tab 切换标签页
  • 使用 Ctrl+W 关闭当前标签页

文件浏览

连接成功后,右侧文件浏览器会自动显示远程文件系统:

  • 浏览目录结构
  • 上传/下载文件
  • 右键菜单进行文件操作(重命名、删除、移动等)

命令历史

Dragonfly 会自动记录你输入的命令,你可以通过模糊搜索快速找到之前使用过的命令。

创建本地终端

除了 SSH 连接,你还可以通过菜单 终端 → 新建本地终端 创建本地 Shell 会话。

下一步