c++/linux question

Pages: 12
more info pending

you didn't install the SSH server on the guest.

How do I check this?
It depends on the distribution.
I am able to establish guest network connection(from Linux) with the host, on the host's network. I can access user files on this network with the right password. Looking from "there" to here on the guest is still difficult.
Last edited on
"files on network"?

Files are on storage devices, not "on network". Storage devices can be connected to network.

What is the output of these commands on the (Linux) guest:
ip -4 ad
ip ro
ps axfu | grep ssh
It was some combination of the commands below. Basically I enabled ssh and discovered what the Linux network IP was in the settings, and forced port 22 open. I'm not saying it was exactly those steps...but it was awesome! I was able to long onto to an Ubuntu session with puTTY and then of course, VS 2017 C++ connection to Linux. Right now I am stumbling around trying to find my executable.


sudo apt update
sudo apt install ssh
sudo ufw allow 22
#sudo apt-get install openssh-server
#sudo service ssh start
Topic archived. No new replies allowed.
Pages: 12