644 B
644 B
title, type, tags, date
| title | type | tags | date | |||
|---|---|---|---|---|---|---|
| OpenSSH | entity |
|
2026-04-16 |
Definition
OpenSSH(Open Secure Shell)是 SSH(Secure Shell)协议的开源实现,提供安全的远程登录、文件传输和端口转发功能。
Role
- SSH 服务端软件,提供远程登录服务
- sftp/scp 命令用于安全文件传输
Aliases
- OpenSSH Server
- sshd
Key Properties
- 默认端口:22
- 支持密钥认证和密码认证
- 支持多平台(Linux、macOS、Windows)