Files
nexus/wiki/entities/OpenSSH.md
2026-04-14 16:02:50 +08:00

34 lines
676 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]