Update documentation for resources and instances
I've just only renamed the identity_key to the private_key thats it refs #7595
This commit is contained in:
parent
49589128ef
commit
f3a37e9575
|
@ -73,7 +73,7 @@ Directive | Description
|
||||||
--------------------|------------
|
--------------------|------------
|
||||||
**type** | `ssh`
|
**type** | `ssh`
|
||||||
**user** | The username to use when connecting to the server.
|
**user** | The username to use when connecting to the server.
|
||||||
**identity_key** | The path to the private key of the user.
|
**private_key** | The path to the private key of the user.
|
||||||
|
|
||||||
**Example:**
|
**Example:**
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ Directive | Description
|
||||||
[ssh]
|
[ssh]
|
||||||
type = "ssh"
|
type = "ssh"
|
||||||
user = "ssh-user"
|
user = "ssh-user"
|
||||||
identity_key = "/etc/icingaweb2/ssh/ssh-user"
|
private_key = "/etc/icingaweb2/ssh/ssh-user"
|
||||||
````
|
````
|
||||||
|
|
||||||
### <a id="resources-configuration-livestatus"></a> Livestatus
|
### <a id="resources-configuration-livestatus"></a> Livestatus
|
||||||
|
|
|
@ -48,7 +48,7 @@ And the associated ssh resource:
|
||||||
[ssh]
|
[ssh]
|
||||||
type = "ssh"
|
type = "ssh"
|
||||||
user = "ssh-user"
|
user = "ssh-user"
|
||||||
identity_key = "/etc/icingaweb2/ssh/ssh-user"
|
private_key = "/etc/icingaweb2/ssh/ssh-user"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue