1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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.
répondu il y a 2 ans
Contenus pertinents
- demandé il y a 2 ans
- demandé il y a 2 ans
- demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a un mois
- AWS OFFICIELA mis à jour il y a un an
- AWS OFFICIELA mis à jour il y a un an
- AWS OFFICIELA mis à jour il y a un an