mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
Feature/fix readme (#167)
* fix README.md * update README Co-authored-by: KimSoungRyoul <KimSoungRyoul@gmail.com>
This commit is contained in:
parent
66374eaff9
commit
47a775a015
2 changed files with 6 additions and 2 deletions
|
@ -67,8 +67,8 @@ steps:
|
|||
with:
|
||||
key: ${{ secrets.SSH_KEY_OF_TARGET }}
|
||||
name: id_rsa-target
|
||||
known_hosts: ${{ secrets.KNOWN_HOSTS_OF_TARGET }} # will be appended!
|
||||
config: | # will be appended!
|
||||
known_hosts: ${{ secrets.KNOWN_HOSTS_OF_TARGET }} # will be appended to existing .ssh/known_hosts
|
||||
config: | # will be appended to existing .ssh/config
|
||||
Host target
|
||||
HostName yyy.yyy.yyy.yyy
|
||||
User user-of-target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue