Quando tentei fazer a conexão com a VM deu o seguinte erro:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the ED21111 key sent by the remote host is
________
Please contact your system administrator.
Add correct host key in C:\\Users\\jtsm_/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in C:\\Users\\jtsm_/.ssh/known_hosts:3
Host key for 192.168.1.100 has changed and you have requested strict checking.
Host key verification failed.
Gostei MUITO desse erro, me fez pesquisar sobre algo interessante que eu nunca tinha ouvido falar. um ciberataque em que um invasor se insere na comunicação entre duas partes, interceptando e, potencialmente, alterando os dados trocados sem que nenhuma delas perceba.
https://www.kaspersky.com.br/blog/what-is-a-man-in-the-middle-attack/462/
Solução:
No cmd eu coloquei
ssh-keygen -R 192.168.1.100
que removeu a chave antiga e resolveu o problema!