From 72e3faa747e7d55ab13a8a4b972146c2d1d8dd3f Mon Sep 17 00:00:00 2001 From: nordmagnus999 Date: Fri, 25 Oct 2019 19:54:13 +0000 Subject: [PATCH] --- doc/forum/Specifying_private_key_for_ssh_remote.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/forum/Specifying_private_key_for_ssh_remote.mdwn diff --git a/doc/forum/Specifying_private_key_for_ssh_remote.mdwn b/doc/forum/Specifying_private_key_for_ssh_remote.mdwn new file mode 100644 index 0000000000..7431fc75aa --- /dev/null +++ b/doc/forum/Specifying_private_key_for_ssh_remote.mdwn @@ -0,0 +1,5 @@ +As most of us know, the webapp/assistant already show option to specify the private key for ssh remote...except there the fact it has a little quirk: +Basically it doesn't let you (at least on my end) specify folder starting with a dot (.ssh in this case) and i was obliged to move the private key out of it to be able to specify it. + +Now i would love to know if there a way to do this on the cli/command line too, since i only know how to do it on the webapp (for specifying the private key) as i think its only a viable quirk for the webapp and not the cli. +