Skip to content

Commit 114997f

Browse files
committed
Update Keygen Command
1 parent 93570ff commit 114997f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/docs/inputs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,16 +130,16 @@ To generate an SSH key, run the following as the deployment [user](#user):
130130

131131
::: code-group
132132

133-
```shell [rsa ~vscode-icons:file-type-shell~]
134-
ssh-keygen -f ~/.ssh/id_rsa -N ""
135-
cat ~/.ssh/id_rsa
136-
```
137-
138133
```shell [ed25519 ~vscode-icons:file-type-shell~]
139-
ssh-keygen -f ~/.ssh/id_ed25519 -N ""
134+
ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -N ""
140135
cat ~/.ssh/id_ed25519
141136
```
142137

138+
```shell [rsa ~vscode-icons:file-type-shell~]
139+
ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa -N ""
140+
cat ~/.ssh/id_rsa
141+
```
142+
143143
:::
144144

145145
### disable_keyscan {#disable_keyscan}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ features:
3030
- title: Documentation
3131
details: Read the Documentation
3232
link: /docs/inputs
33-
- title: Portainer
33+
- title: Portainer Deploy
3434
details: Deploy Directly to Portainer
3535
link: https://portainer-deploy.cssnr.com/
3636
---

0 commit comments

Comments
 (0)