34 lines
676 B
Markdown
34 lines
676 B
Markdown
---
|
||
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]]
|