aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRoland Knall <rknall@gmail.com>2022-04-28 19:58:33 +0200
committerRoland Knall <rknall@gmail.com>2022-04-28 19:59:07 +0200
commitf595f3b6ad91c6f96f55dfac2346d23a6b7ce897 (patch)
tree044bb42c86329ed32d9c5ec824a30af0fba868ff /doc
parent1e0f5799527a4772d1d0b62ae395de23c0a88c15 (diff)
sshdump: Update doc for openssh key note
Add a note, that the key value pair format has to be openssh format Fixes #18063
Diffstat (limited to 'doc')
-rw-r--r--doc/sshdump.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sshdump.adoc b/doc/sshdump.adoc
index bb2bf89d6e..66dfdf0eb4 100644
--- a/doc/sshdump.adoc
+++ b/doc/sshdump.adoc
@@ -168,7 +168,7 @@ recommended to use keyfiles with a SSH agent.
--sshkey=<SSH private key path>::
+
--
-The path to a private key for authentication.
+The path to a private key for authentication. NOTE: Only OPENSSH key/value pair format is supported.
--
--remote-interface=<remote interface>::
@@ -242,7 +242,7 @@ To see interface configuration options:
arg {number=4}{call=--sshkey}{display=Path to SSH private key}{type=fileselect}
{tooltip=The path on the local filesystem of the private ssh key}{group=Authentication}
arg {number=5}{call=--sshkey-passphrase}{display=SSH key passphrase}{type=password}
- {tooltip=Passphrase to unlock the SSH private key}{group=Authentication}
+ {tooltip=Passphrase to unlock the SSH private key}{group=Authentication (OPENSSH format)}
arg {number=6}{call=--proxycommand}{display=ProxyCommand}{type=string}
{tooltip=The command to use as proxy for the SSH connection}{group=Authentication}
arg {number=7}{call=--remote-interface}{display=Remote interface}{type=string}