I'm searching for the correct path to my keyfile.
My docker container running my NR 2.2.2. has following path to my filesystem:
docker volume ls
DRIVER VOLUME NAME
local 9bfb5c...
local 50222...
local novski_node-red-data
and I found that data under:
/var/lib/docker/volumes/novski_node-red-data/_data
but my ssh key that I copied to /var/lib/docker/volumes/novski_node-red-data/_data/.ssh/id_rsa.pub
does not get recognized if I set the key path to something like .ssh/id_rsa.pub
.
I use big-ssh which is reling on ssh2 for connection.
Does anybody know to configure that path to the key-file correctly?