i just had still unsolved problem with containers
viewtopic.php?f=78&t=49990&sid=25c67823 ... 8&start=10
so i've started VB, with Ubuntu Server, Server started (btw. is it that it never have GNU, just pure Linux?)
with a wish to connect them through SSH
I've downloaded on both systems - host MX and Machine UServer
Code: Select all
sudo apt install openssh-server
Code: Select all
systemctl status ssh
but MX does not
Code: Select all
$ systemctl status ssh
Failed to get properties: No such interface ''
$ systemctl start ssh
Failed to start ssh.service: Unknown unit: ssh.service
See system logs and 'systemctl status ssh.service' for details.
Code: Select all
$ sudo systemctl enable ssh
Synchronizing state of ssh.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable ssh