How to use your local computer to ssh your local VM
ip addr
to see ip address.
- Ubuntu install openssh-server
sudo apt install openssh-server
- We can use
service ssh status
orsystemctl status ssh
to see ssh running situation.
MIT Missing Semester Lecture 5 Command-line Environment has more depth about this part.