可以使用授权密钥通过 SSH 登录主机。可以使用 HTTPS PUT 上载授权密钥。
可以使用 HTTPS PUT 将以下类型的 SSH 密钥上载到主机:
- root 用户的授权密钥
- DSA 密钥
- DSA 公用密钥
- RSA 密钥
- RSA 公用密钥
重要事项: 请不要修改
/etc/ssh/sshd_config 文件。
过程
- 在上载应用程序中,打开密钥文件。
- 将文件发布到以下位置。
密钥类型 位置 root 用户的授权密钥文件 https://hostname_or_IP_address/host/ssh_root_authorized_keys 您必须对主机具有完全管理员特权才可上载此文件。
DSA 密钥 https://hostname_or_IP_address/host/ssh_host_dsa_key DSA 公用密钥 https://hostname_or_IP_address/host/ssh_host_dsa_key_pub RSA 密钥 https://hostname_or_IP_address/host/ssh_host_rsa_key RSA 公用密钥 https://hostname_or_IP_address/host/ssh_host_rsa_key_pub