Debian 13 Cloud Image

ChrisJM

Well-Known Member
Mar 12, 2018
85
2
48
39
Has anyone got a decent Debian 13 cloud image with ssh enabled for password?

It seems like Debian Cloud Images doesnt now come with ssh installed

Would be grateful if anyone can provide one.
 
Easiest way would be to use the official image and assign a ssh pub key via cloud-init.
If you really need password based login right from start, you might use cloud-init to update the config file.
The required entry in the user-data is ssh_pwauth: true
 
  • Like
Reactions: Johannes S
@fba is correct. For several OS generations now, official cloud images have disabled password authentication by default. SSH key authentication is the standard. Beyond that, custom cloud-init is extremely powerful and can be used to customize virtually any aspect of the OS.


Blockbridge: Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
  • Like
Reactions: Johannes S
  • Like
Reactions: gfngfn256