1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

* fix sendences

This commit is contained in:
shimataro 2020-01-26 17:52:42 +09:00
parent 0a0f40f7a1
commit c7a23d2dfd
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -93,8 +93,8 @@ Check belows:
This action doesn't support encrypted key directly.
Here are some methods:
* decrypting key beforehand: best bet, and works any VM
* `sshpass` command: next best bet, but not supported in Windows
* decrypting key beforehand: best bet, and works on any VM
* `sshpass` command: next best bet, but not supported on Windows
* `expect` command: please be careful not to expose passphrase to console
* `SSH_ASKPASS` environment variable: it may be troublesome