Skip to content

Commit 675d183

Browse files
committed
windows compatibility - review suggestions - update REFERENCE.md
1 parent 9b487af commit 675d183

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

REFERENCE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -410,13 +410,13 @@ Default value: `{}`
410410

411411
##### <a name="-ssh--client--config_user"></a>`config_user`
412412

413-
Data type: `Variant[Integer, String]`
413+
Data type: `Variant[Integer, String[1]]`
414414

415415
Numeric id or name of the user for the config file
416416

417417
##### <a name="-ssh--client--config_group"></a>`config_group`
418418

419-
Data type: `Variant[Integer, String]`
419+
Data type: `Variant[Integer, String[1]]`
420420

421421
Numeric id or name of the group for the config file
422422

@@ -606,25 +606,25 @@ Mode to set on the sshd config file
606606

607607
##### <a name="-ssh--server--host_priv_key_user"></a>`host_priv_key_user`
608608

609-
Data type: `Variant[Integer, String]`
609+
Data type: `Variant[Integer, String[1]]`
610610

611611
Numeric id or name of the user for the private host key
612612

613613
##### <a name="-ssh--server--host_priv_key_group"></a>`host_priv_key_group`
614614

615-
Data type: `Variant[Integer, String]`
615+
Data type: `Variant[Integer, String[1]]`
616616

617617
Numeric id or name of the group for the private host key
618618

619619
##### <a name="-ssh--server--config_user"></a>`config_user`
620620

621-
Data type: `Variant[Integer, String]`
621+
Data type: `Variant[Integer, String[1]]`
622622

623623
Numeric id or name of the user for the sshd config file
624624

625625
##### <a name="-ssh--server--config_group"></a>`config_group`
626626

627-
Data type: `Variant[Integer, String]`
627+
Data type: `Variant[Integer, String[1]]`
628628

629629
Numeric id or name of the group for the sshd config file
630630

0 commit comments

Comments
 (0)