You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't find an issue/request/comment that's similar to my request, so if I'm duplicating, could I ask you to please point me in the right direction?
I'm hoping to include rsa keys with my build so that I could then transfer my config files securely from a server on my local network. Then I could use the 'Run a command block' to either git clone or use some other transfer mechanism using an authenticated user.
OR, another approach would be to include these config files with the build and then do something like:
for h in `ls /home/*`;
do cp <source-location-where?>/vimconfigs.tgz /home/$h && tar -xzf /home/$h/vimconfigs.tgz
Whether it's an rsa key, or the config files, the core of this request is: can I include an arbitrary file with the build? If so, might you have any pointers on how to do that?
Or better still, maybe point me to the block that does this already. I'd be happy to try to write my own block, but I have no idea as to how include an arbitrary file to the build. Any references on how to do that would be highly appreciated.
The text was updated successfully, but these errors were encountered:
Oh, I forgot to mention: I do see the 'Add public SSH key for authentication' that would allow me to ssh into the RPI.
This request, however, is the inverse: to allow me to run a command whereby either root or the pi user can ssh/sftp out, authenticate, and fetch a file (e.g. git clone ssh://user@local-repo-keeper/vimconfig.git .vim)
But in order for me to ssh out, I need to include my rsa key with the build. And if I'm including an rsa key, I might as well be including the config files and thereby eliminating the need to ssh.
I didn't find an issue/request/comment that's similar to my request, so if I'm duplicating, could I ask you to please point me in the right direction?
I'm hoping to include rsa keys with my build so that I could then transfer my config files securely from a server on my local network. Then I could use the 'Run a command block' to either
git clone
or use some other transfer mechanism using an authenticated user.OR, another approach would be to include these config files with the build and then do something like:
Whether it's an rsa key, or the config files, the core of this request is: can I include an arbitrary file with the build? If so, might you have any pointers on how to do that?
Or better still, maybe point me to the block that does this already. I'd be happy to try to write my own block, but I have no idea as to how include an arbitrary file to the build. Any references on how to do that would be highly appreciated.
The text was updated successfully, but these errors were encountered: