On Thursday, December 24, 2015 at 10:40:59 AM UTC-6, Fabricio Cruz wrote:
>
>
> Today at 09:48
>
> Hello,
>
> I currently have a host that is accessed saw ssh tunnel, I need to manage 
> that host with puppet. How can I do that?
>
> To connect to the host I use the command: ssh -N -R 10000: localhost: 22 
> us...@hostX <javascript:>.
>
> I added this command on a .sh file and run:
>
> ssh -t user@otherserver "./file.sh"
>
> Thanks.
>


How you must access a machine from elsewhere has little bearing on how you 
would manage it via Puppet, because Puppet (agent / master) is based on a 
pull model, not a push model.  The machine to be managed needs to be able 
to establish network connections to the machine on which the master runs, 
so that it can make catalog requests and access the master's built-in file 
server.  The master, on the other hand, never needs to initiate a 
connection to any agent.


John

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/be0b045e-bc8e-4975-a575-56665307fcfe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to