Jacques44 / node-red-contrib-bigssh

remote command using ssh big node
Apache License 2.0
8 stars 12 forks source link

uhcred format #36

Open salatttt opened 1 year ago

salatttt commented 1 year ago

Is it possible to use uhcred like this? What format should I use? What am I doing wrong? Thanks for any help. format

Jacques44 commented 1 year ago

Hello, sorry I don't know

canob commented 2 weeks ago

Hi @salatttt

What I understand is that first, you need to add all the SSH-Credentials that you want, that are going to be listed here: imagen After that, you add msg.config.uhcred with the value of one of them (in my example, root@192.168.1.50), in an inject node for example: imagen And that is going to overwrite the defined SSH-Credentials in bigssh node, because as you can see, I'm getting the ls command of the root directory, which is not possible using aguida user: imagen