10.6.1
All checks were successful
Deploy / deploy (push) Successful in 2m5s

This commit is contained in:
Cat Tom
2025-10-06 01:53:09 +08:00
parent bc92ae5801
commit e8ec5b506b
3 changed files with 229 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ ssh-keygen \
-m PEM \
-t rsa \
-b 4096 \
-C "ubuntur@<ip>" \
-C "ubuntu@<ip>" \
-f ~/.ssh/myprivatekey \
-N mypassphrase
```