Skip to content

Commit 8e3848f

Browse files
authored
[IMPROVEMENT] Change documentation for SSH key algorithm used (#845)
1 parent e4c4d18 commit 8e3848f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install/installation.md

+4
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,10 @@ To setup automated deployments via GitHub workflows, follow these steps:
358358
(You can see a list of users in your system by running the command ```less /etc/passwd```)
359359
360360
- Now get the SSH private and public(`.pub`) keys by running the following command locally:
361+
```
362+
ssh-keygen -t ed25519 -C "[email protected]"
363+
```
364+
Note: If you are using a legacy system that doesn't support the Ed25519 algorithm, use:
361365
```
362366
ssh-keygen -t rsa -b 4096 -C "[email protected]"
363367
```

0 commit comments

Comments
 (0)