minor correction on setup.md

This commit is contained in:
reaction.la 2024-09-21 02:17:46 +00:00
parent 210d95283e
commit 8492032ff9
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

6
.gitmodules vendored
View File

@ -1,12 +1,12 @@
[submodule "libsodium"] [submodule "libsodium"]
path = libsodium path = libsodium
url = ../libsodium.git url = gitea@gitea.rho.la:cheng/libsodium.git
branch = rho-fork branch = rho-fork
[submodule "mpir"] [submodule "mpir"]
path = mpir path = mpir
url = ../mpir.git url = gitea@gitea.rho.la:cheng/mpir.git
branch = rho-fork branch = rho-fork
[submodule "wxWidgets"] [submodule "wxWidgets"]
path = wxWidgets path = wxWidgets
url = ../wxWidgets.git url = gitea@gitea.rho.la:cheng/wxWidgets.git
branch = rho-fork branch = rho-fork

View File

@ -254,7 +254,7 @@ ssh-keygen -t ed25519 -f /etc/ssh/ssh_host_ed25519_key
Note that visual studio remote compile requires an `ecdsa-sha2-nistp256` key on the host machine that it is remote compiling for. If it is nist, it is Note that visual studio remote compile requires an `ecdsa-sha2-nistp256` key on the host machine that it is remote compiling for. If it is nist, it is
backdoored backdoored
To change the snake oil certificate: To change the snake oil certificate created and used by `xrdp`:
```bash ```bash
make-ssl-cert generate-default-snakeoil --force-overwrite make-ssl-cert generate-default-snakeoil --force-overwrite