mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-04-28 19:00:44 -04:00
silent ssh-keygen
This commit is contained in:
parent
5f8d616f95
commit
416e17545e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/example.yml
vendored
2
.github/workflows/example.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: Create ssh keys
|
||||
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
|
||||
- name: Create project file
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue