更新CLAUDE.md,删除wiki/concepts空文件

This commit is contained in:
2026-04-14 16:26:02 +08:00
parent c6e3d3c5db
commit ba87044423
361 changed files with 3 additions and 12064 deletions

View File

@@ -1,33 +0,0 @@
---
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]]