Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LinuxContainers marketplace: opensuse_15 no ssh access #6257

Closed
3 tasks done
dann1 opened this issue Jun 30, 2023 · 0 comments · Fixed by OpenNebula/docs#2633 or OpenNebula/docs#2634
Closed
3 tasks done

LinuxContainers marketplace: opensuse_15 no ssh access #6257

dann1 opened this issue Jun 30, 2023 · 0 comments · Fixed by OpenNebula/docs#2633 or OpenNebula/docs#2634

Comments

@dann1
Copy link
Contributor

dann1 commented Jun 30, 2023

Description

When instantiating an imported opensuse marketplace appliance from the LinuxContainers marketplace, the appliance will not have SSH access

To Reproduce

  • export the appliance
  • instantiate the VM template with a nic
  • onevm ssh <vm_id>

Expected behavior
The appliance should have functional SSH access

Additional context

The problem is the appliance by default has SSH access disabled

suse-154-0:~ # systemctl status sshd
○ sshd.service - OpenSSH Daemon
     Loaded: loaded (/usr/lib/systemd/system/sshd.service; disabled; vendor preset: disabled)
    Drop-In: /run/systemd/system/service.d
             └─zzz-lxc-service.conf
     Active: inactive (dead)

Needs to be enabled during the auto-contextualization process.

Progress Status

  • Code committed
  • Testing - QA
  • Documentation (Release notes - resolved issues, compatibility, known issues)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment