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 user@hostX.
I added this command on a .sh file and run:
ssh -t user@otherserver "./file.sh"
Thanks.
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.
I added this command on a .sh file and run:
ssh -t user@otherserver "./file.sh"
Thanks.