Score:0

Log in failed CLIENT_UNAUTHORIZED [769] on Web terminal of AWS LightAail

my flag

I'm using AWS LightAail on Ubuntu.

Initially Web based Terminal was working fine, but when I did

$ sudo apt-get update
$ sudo apt-get upgrade

I got an error

Log in failed. If this instance has just started up, try again in a minute or two.
CLIENT_UNAUTHORIZED [769]
Score:0
my flag

0 ) SSH into your instance using a terminal app like in example below, but only provide a real filename of your ssh key and your real ip

$ ssh -i ".ssh/LightsailDefaultKey-.pem" [email protected]

1 ) add following 2 lines to /etc/ssh/sshd_config

TrustedUserCAKeys /etc/ssh/lightsail_instance_ca.pub
CASignatureAlgorithms +ssh-rsa

2 ) Restart

sudo /etc/init.d/ssh restart
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.