c++/linux question

Pages: 12
Mar 13, 2018 at 12:51am
more info pending

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

How do I check this?
Mar 13, 2018 at 4:32am
It depends on the distribution.
Mar 14, 2018 at 12:19am
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 Mar 14, 2018 at 12:19am
Mar 14, 2018 at 7:45am
"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
Mar 14, 2018 at 4:47pm
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