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년 전
관련 콘텐츠
- 질문됨 하루 전
- AWS 공식업데이트됨 일 년 전
- AWS 공식업데이트됨 일 년 전
- AWS 공식업데이트됨 7달 전