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
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.
4
+
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.
6
+
7
+
## inputs
8
+
9
+
```yaml
10
+
comment:
11
+
description: 'A comment to help you to identify the key, e.g. your email etc.'
0 commit comments