Summary
Regenerate new SSH key in WSL and launch new Virtual Machine instance
Description
- Initiated SSH connection into VM instance using WSL.
- Entered devcloud when prompted for Password.
- Encountered error: Permission denied (publickey,keyboard-interactive). kex_exchange_identification: Connection closed by remote host
Resolution
- Set up SSH keys again in WSL.
ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa - Open and copy the entire content of the file: id_rsa.pub.
- Update the copied SSH key in the profile before starting an instance.
- Launch new Virtual Machine instance.
Additional information
Refer to Intel® Developer Cloud Get started for setting up SSH key.