mirror of
https://github.com/elitak/nixos-infect.git
synced 2024-12-22 08:08:29 +03:00
Merge pull request #1 from bn326160/bn326160-ibm-cloud-debian
Update README.md
This commit is contained in:
commit
0b831d87af
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue