Skip to content

How to use your local computer to ssh your local VM

  1. ip addr to see ip address.

Screenshot 2023-06-22 at 03.25.08

  1. Ubuntu install openssh-server

sudo apt install openssh-server

Screenshot 2023-06-22 at 03.45.25

  1. We can use service ssh status or systemctl status ssh to see ssh running situation.

Screenshot 2023-06-22 at 03.46.56

Screenshot 2023-11-29 at 10.46.14

Screenshot 2023-11-29 at 10.48.29

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

Comments