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

option -> parameter

This commit is contained in:
shimataro 2020-06-17 19:30:17 +09:00
parent d93f5c693a
commit e8365e8435
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -88,7 +88,7 @@ Check below:
* OPENSSH format (key begins with `-----BEGIN OPENSSH PRIVATE KEY-----`) may not work.
* Use PEM format (begins with `-----BEGIN RSA PRIVATE KEY-----`). Convert it from OPENSSH format using `ssh-keygen -p -m PEM -f ~/.ssh/id_rsa`
* `Host key verification failed.`:
* Set `known_hosts` option correctly (use `ssh-keyscan` command).
* Set `known_hosts` parameter correctly (use `ssh-keyscan` command).
### How do I use encrypted SSH key?