Aproveitando uma questão já feito por outro aluno, veifiquei que o comando curl https://localhost tá dando erro de SSL:
curl: (60) SSL certificate problem: self-signed certificate in certificate chain More details here: https://curl.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above.
Acho que é uma das razões pela qual não consigo conectar via ssh usando o comando ssh -i. Dá sempre mensagem de time out.
O que pode ser isso e como resolver?