How to use your local computer to ssh your local VM
ip addrto see ip address.

- Ubuntu install openssh-server
sudo apt install openssh-server

- We can use
service ssh statusorsystemctl status sshto see ssh running situation.



MIT Missing Semester Lecture 5 Command-line Environment has more depth about this part.