mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* update README
This commit is contained in:
parent
274b5d1763
commit
c6ff4e226d
1 changed files with 1 additions and 3 deletions
|
@ -84,9 +84,7 @@ Check belows:
|
|||
* OPENSSH format (key begins with `-----BEGIN OPENSSH PRIVATE KEY-----`) may not work.
|
||||
* Use PEM format (begins with `-----BEGIN RSA PRIVATE KEY-----`).
|
||||
* `Host key verification failed.`:
|
||||
* Set `known-hosts` option or use `ssh -o StrictHostKeyChecking=no`.
|
||||
* The former is **HIGHLY** recommended for security reason.
|
||||
* I'm planning to make `known-hosts` required in v2.
|
||||
* Set `known-hosts` option.
|
||||
|
||||
### How do I use encrypted SSH key?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue