Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
RosenbergYehuda committed Jan 9, 2025
1 parent 818dd1c commit 515c21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packs/RemoteAccess/Integrations/RemoteAccessv2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you are upgrading from a previous version of this integration, see [Breaking
| Default Hostname or IP Address | If not provided, "host" or "system" should be provided in the command's arguments. | False |
| User | For example, "root". | False |
| Password | The password of the remote machine. | False |
| sshKey | The private RSA key to authenticate to the remote machine, should be configured within the credentials object. | False
| sshKey | The private RSA key used to authenticate with the remote machine should be configured in the *Credentials* tab under *Settings > Integrations > Credentials*. See [here](https://xsoar.pan.dev/docs/reference/articles/managing-credentials#:~:text=Cortex%20XSOAR%20Credentials%20enables%20you%20to%20centrally%20manage%20credentials%2C%20which%20include%20a%20unique%20name%20for%20the%20credential%2C%20username%2C%20password%2C%20and%20certificate.%20You%20can%20then%20select%20the%20credential%20name%20when%20configuring%20an%20integration%20instance.) for more information. | False
| Additional Password | Requires an additional password as an argument to run any command of this module. | False |
| Ciphers | A comma-separated list of ciphers to use. If none of the specified ciphers are agreed to by the server, an error message specifying the supported ciphers is returned. | False |
| Key Algorithms | A comma-separated list of key algorithms to use. If none of the specified key algorithms are agreed to by the server, an error message specifying the supported key algorithms is returned. | False |
Expand Down

0 comments on commit 515c21b

Please sign in to comment.