Answer the question
In order to leave comments, you need to log in
How to return the ability to connect via ssh from Windows 10 to Ubuntu (which is installed on virtualBox)?
I used to connect via ssh from both WinSCP and cmd.
using the command ssh [email protected]
After creating ssh keys in Linux ( ssh-keygen ), the ability to connect via ssh disappeared.
Then, it seems, she completely deleted these keys using the rm -f .ssh/known_hosts command , but ssh access did not resume.
Answer the question
In order to leave comments, you need to log in
to connect with a password, the config on the machine with ubuntu must contain the openssh-server package
and be running
sudo apt reinstall openssh-server
sudo systemctl start sshd.service
sudo ufw status
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question