Graham Garner

Results 60 comments of Graham Garner

Hi Willem Thanks for the PR. Could you please send me a link to the setup process for the agent so I can make a wiki entry

You can map a folder in portainer however the issue is the next time you run docker-compose down and up then you will lose the changes. The docker-compose.yml file is...

Remember anything run in the exec node in node red will run within the container not on the host edit: I haven't tried this myself but you could do something...

network mode refers to how the network interface maps to the container. Some of the side effects are that some picky devices work better. the exec will still only run...

@GACHAPO ssh communication can be thought of as "terminal to terminal" communication. Therefore you would need to access the terminal of the container to perform the sshkegen etc. I have...

Okay, I have some good news. I can successfully execute a script on the Pi without entering a password. And it survives when the container is removed I will update...

Hello Glenn I tried to use a named key and I was having the same issue. The ssh agent doesnt know about keynew after creation how i created keynew: `ssh-keygen...

I've been looking at `ssh-keygen -f ~/.ssh/keynew` ... and seeing that you need to specify the key to uses anyway my thoughts are it would be better to rather use...

I checked my script and if i add `exit 0` at the end then i don't get the red error ![image](https://user-images.githubusercontent.com/46672225/70431264-55c27000-1a85-11ea-8706-b087dc39479d.png) I'll update that on the wiki as well Regarding...

thanks, will have a look. Andreas setup the last one