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
9dc7b32ce8
commit
7c7ca590e1
1 changed files with 2 additions and 2 deletions
|
@ -139,8 +139,8 @@ Why do you want to omit it?
|
||||||
If the reason is **"I'm not understanding about the function of `known_hosts`"** or **"It's bother to fetch server key"**, you should not omit.
|
If the reason is **"I'm not understanding about the function of `known_hosts`"** or **"It's bother to fetch server key"**, you should not omit.
|
||||||
If **"It is hard to prefetch server key because the server will be created dynamically"**, you can use bastion server.
|
If **"It is hard to prefetch server key because the server will be created dynamically"**, you can use bastion server.
|
||||||
|
|
||||||
By the way, there are some secure methods to SSH without `known_hosts`, such as SSHFP and signed server key.
|
**"`known_hosts` is unnecessary because I'm using secure method for SSH, such as SSHFP and signed server key."** — OK, here is a special value to omit `known_hosts`.
|
||||||
And here is a special value to omit `known_hosts`. You should use it ONLY IF you are using secure methods...
|
You should use it ONLY IF you are using secure methods...
|
||||||
It is `known_hosts: unnecessary`.
|
It is `known_hosts: unnecessary`.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue