Merge pull request #1 from bn326160/bn326160-ibm-cloud-debian

Update README.md
This commit is contained in:
Bram 2024-11-12 13:44:53 +01:00 committed by GitHub
commit 0b831d87af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -363,3 +363,22 @@ On RackNerd's Ubuntu 20.04, there's no `curl` by default, so `wget -O-` needs to
|------------|--------|----------------------------|------------|
|AlmaLinux | 8 | _failure (`tar` missing)_ | 2023-08-29 |
|Ubuntu | 20.04 | **success** | 2023-08-29 |
### IBM Cloud VPC
Remember that the SSH keys are not automatically generated/uploaded,
so you need to create them as usual with `ssh-keygen` or some other means,
add the public key to the `.ssh/authorized_keys` file on the remote host,
and have a copy of the private key on your local box.
The SSH Key can be added as
On IBM's Debian 20.04, there's no `curl` by default, so it needs to be installed first:
```command
apt update
apt install curl
```
#### Tested on
|Distribution| Name | Status | test date|
|------------|--------|----------------------------|------------|
|Debian | 12.6 | **success** | 2024-11-12 |