updated publisher ssh config for eupub-2.komreg.net
This commit is contained in:
parent
9903a96e79
commit
4d954d021e
1 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,12 @@
|
||||||
---
|
---
|
||||||
publisher_ssh_key: AAAAC3NzaC1lZDI1NTE5AAAAIH3sk7S/Wb3RIGETd6st93OFaLihyy8u/2ZJOIIhlKTQ
|
publisher_ssh_keys_db:
|
||||||
publisher_ssh_key_type: ssh-ed25519
|
'publisher':
|
||||||
|
key : 'AAAAC3NzaC1lZDI1NTE5AAAAIH3sk7S/Wb3RIGETd6st93OFaLihyy8u/2ZJOIIhlKTQ'
|
||||||
|
type : 'ssh-ed25519'
|
||||||
|
name : 'publisher'
|
||||||
|
options : 'command="/usr/bin/rrsync /var/www/html",no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding'
|
||||||
|
|
||||||
|
publisher_ssh_keys_mapping:
|
||||||
|
'root':
|
||||||
|
- 'publisher'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue