SSHD¶
名称: sshd
状态: GA
SSHD监听器根据服务配置,监听在指定TCP端口,并使用SSH协议进行通讯。
SSH监听器支持简单用户名/密码认证和公钥认证。
用户名/密码认证¶
认证信息
认证信息作用于监听器,如果需要对处理器设置认证可以通过配置文件指定
公钥认证¶
参数列表¶
backlog(int, default=128)- 单个连接的数据流队大小
privateKeyFile(string)- Private key file path. Supports
~prefix for home directory expansion (e.g.,~/.ssh/id_rsa) passphrase(string)- 证书密码
passphraseFromKeyring(bool, default=false)- Read the passphrase from the system keyring instead of specifying it in config. When enabled, the
passphraseparameter is ignored, and GOST retrieves the secret viaSSH <privateKeyFile>from the system keyring authorizedKeys(string)- 客户端公钥列表文件
限制
SSHD监听器只能与SSHD处理器一起使用,构建基于SSH协议的标准端口转发服务。