top of page
Search
Aug 308 min read
How can I open a terminal to a Linux VM from Windows?
This post answers, "How can I open a terminal to a Linux VM from Windows?" It uses SSH and contains descriptions of NAT, etc.
Jul 64 min read
How can I ssh into a Ubuntu VM from Windows?
This post answers, "How can I SSH into an Ubuntu VM from Windows?" It shows the steps using VMWare Workstation.
Jul 62 min read
What does ListenAddress 0.0.0.0 & ListenAddress :: mean?
The ListenAddress directive in the /etc/ssh/sshd_config file specifies the IP addresses on which the SSH daemon (sshd) should listen.
Jul 63 min read
What is NAT mode?
An adapter in NAT (Network Address Translation) mode is a network configuration for virtual machines that allows them to access external net
Jul 62 min read
What is a Bridged Adapter?
A bridged adapter is a network configuration mode used in virtual machines to allow them to be part of the same network as the host machine.
bottom of page