Secure Shell (简体中文)

From ArchWiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
翻译状态:本文是 Secure Shell翻译。上次翻译日期:2020-06-20。如果英文版本有所更改,则您可以帮助同步翻译。

根据 Wikipedia

Secure Shell (SSH) is a cryptographic network protocol for operating network services securely over an unsecured network. Typical applications include remote command-line login and remote command execution, but any network service can be secured with SSH.

可以使用 SSH 的服务示例包括 GitrsyncX11 转发。始终使用 SSH 的服务是 SCP 和 SFTP

缺省情况下,SSH 服务器侦听标准 TCP 端口 22。SSH 客户端程序通常用于建立与接受远程连接的 sshd 守护程序的连接。 两者都普遍存在于大多数现代操作系统中,包括 macOS,GNU/Linux,Solaris 和 OpenVMS。存在各种复杂程度和完整性的专有,免费软件和开源版本。

实现

https://matt.ucc.asn.au/dropbear/dropbear.html || dropbear
  • OpenSSH — 用于通过 SSH 协议远程登录的高级连接工具
https://www.openssh.com/portable.html || openssh
  • TinySSH — 一种简约的 SSH 服务器,仅实现 SSHv2 功能的一部分;glibc作为其唯一的依赖项。
https://tinyssh.org/ || tinyssh

保护

请参阅 Security (简体中文)#SSH

另请参见