新增wiki命令文件

This commit is contained in:
2026-04-14 16:02:50 +08:00
parent 65803c911d
commit c6e3d3c5db
485 changed files with 12578 additions and 396 deletions

33
wiki/entities/OpenSSH.md Normal file
View File

@@ -0,0 +1,33 @@
---
title: "OpenSSH"
type: entity
tags: [remote-access, ssh, security]
sources: [ubuntu-24-04-enable-ssh.md]
last_updated: 2026-04-14
---
## Definition
OpenSSH是SSH协议的开源实现提供安全的远程登录和文件传输功能。
## Aliases
- OpenSSH Server
- sshd
## Key Attributes
- 类型:远程访问工具
- 协议SSH
- 默认端口22
- 许可BSD
## Key Capabilities
- 加密的远程登录
- 密钥认证支持
- SFTP/SCP文件传输
- 端口转发/隧道
- Ubuntu 24.04支持ssh.socket和ssh.service两种模式
## Related Entities
- [[Ubuntu-Server]]:常见的运行系统
## Connections
- [[OpenSSH]] ← 安装于 ← [[Ubuntu-Server]]