Hi everybody,

Currently i'm experiencing an issue with installing openstack on a personal server. I've tried to install openstack but got an error on ubuntu server 22.04.3 LTS. I've tried many solutions on the internet without any success. Also tried upgrading the OS to Ubuntu 23.10, but again no sucess/

This is the current error I'm running into (I have replaced my username and ip with username@host):

Code:
sunbeam cluster bootstrap --accept-defaults⠧ Bootstrapping Juju onto machine ... 
⠹ Bootstrapping Juju onto machine ... 
⠼ Bootstrapping Juju onto machine ... 
⠴ Bootstrapping Juju onto machine ... Error bootstrapping Juju
Traceback (most recent call last):
  File "/snap/openstack/324/lib/python3.10/site-packages/sunbeam/commands/juju.py", line 290, in run
    process = subprocess.run(cmd, capture_output=True, text=True, check=True)
  File "/usr/lib/python3.10/subprocess.py", line 526, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/snap/openstack/324/juju/bin/juju', 'bootstrap', 'sunbeam', 'sunbeam-controller', '--agent-version=3.2.0']' returned non-zero exit status 1.
ERROR initializing ubuntu user: subprocess encountered error code 255 (Permission denied, please try again.
Permission denied, please try again.
username@host: Permission denied (publickey,password,hostbased).)
ERROR subprocess encountered error code 255 (Permission denied, please try again.
Permission denied, please try again.
username@host: Permission denied (publickey,password,hostbased).)


Error: Command '['/snap/openstack/324/juju/bin/juju', 'bootstrap', 'sunbeam', 'sunbeam-controller', '--agent-version=3.2.0']' returned non-zero exit status 1.

I hope somebody knows a solution, I'm all out of options