File: Specifying_private_key_for_ssh_remote.mdwn

package info (click to toggle)
git-annex 10.20230126-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 69,344 kB
  • sloc: haskell: 74,654; javascript: 9,103; sh: 1,304; makefile: 203; perl: 136; ansic: 44
file content (7 lines) | stat: -rw-r--r-- 680 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
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.

EDIT: nvm, the assistant/webapp doesn't seem to have an option to specify the private key for the ssh remote either...