You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# SSH keygen Action
2
2
3
-
The action runs `ssh-kengen` to generate a key pair stored in `private_key.txt` and `public_key.txt`, with `rsa` encryption and 4096 bits by default. You can specify your inputs.
3
+
The action runs `ssh-keygen` to generate a key pair stored in `private_key.txt` and `public_key.txt`, with `rsa` encryption and 4096 bits by default. You can specify your inputs.
4
4
5
5
Or just use [the template](https://github.com/gitx-io/ssh-keygen-template) to run a workflow_dispatch action to generate a specified one.
0 commit comments