Skip to content
# opensuse-leap-15.6

openSUSE Leap 15.6 VPS

An enterprise-grade distribution built from the same sources as SUSE Linux Enterprise, managed with zypper.

from $4.92/month · billed hourly · IPv4 included

Good for

When to choose openSUSE Leap 15.6

  • SUSE-compatible workloads
  • Stable general-purpose servers

First boot

A secure starting point

An example cloud-config for this distribution: updates, an admin user with your SSH key, and a firewall that only allows SSH. On bashrack, the SSH key, user and password are set in the order form; run the remaining steps after first login.

cloud-config.yaml
#cloud-config
package_update: true
package_upgrade: true
packages:
  - firewalld
users:
  - name: deploy
    groups: [wheel]
    shell: /bin/bash
    sudo: "ALL=(ALL) NOPASSWD:ALL"
    ssh_authorized_keys:
      - ssh-ed25519 AAAA... you@example
runcmd:
  - systemctl enable --now firewalld
  - firewall-cmd --permanent --add-service=ssh
  - firewall-cmd --reload
after first login
sudo zypper refresh && sudo zypper update -y
sudo zypper install -y firewalld
sudo systemctl enable --now firewalld
sudo firewall-cmd --permanent --add-service=ssh && sudo firewall-cmd --reload

FAQ

openSUSE Leap 15.6 on bashrack

Run openSUSE Leap 15.6 today

Create an account, top up your wallet and pick this image in the order form.