1 回答
- 最新
- 投票最多
- 评论最多
0
Hello, your problem can be resolve by adding the following properties and values to /etc/ssh/sshd_config
TrustedUserCAKeys /etc/ssh/lightsail_instance_ca.pub
PubkeyAcceptedKeyTypes +ssh-rsa-cert-v01@openssh.com,ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa-cert-v01@openssh.com,ssh-rsa
CASignatureAlgorithms +ssh-rsa
After you update the config file, you can run the following command to make sure you have a good config
sshd -T
After that, you can run the following command to restart sshd
sudo systemctl restart sshd
browser based ssh would be recover for your instance.
已回答 2 年前
相关内容
- 已提问 6 个月前
- AWS 官方已更新 2 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 10 个月前