mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-11-12 13:48:07 +00:00
silent ssh-keygen
This commit is contained in:
parent
5f8d616f95
commit
416e17545e
2
.github/workflows/example.yml
vendored
2
.github/workflows/example.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Create ssh keys
|
- name: Create ssh keys
|
||||||
run: |
|
run: |
|
||||||
ssh-keygen -m PEM -t rsa -b 4096
|
ssh-keygen -m PEM -t rsa -b 4096 -q -f "$HOME/.ssh/id_rsa" -N ""
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Create project file
|
- name: Create project file
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user