February 2011
1 post
Bash SSH Tunnel Wrapper
I recently became the caretaker of a Chef server that sits behind a firewall, inaccessible to all but the nodes that require access. Even though it’s locked down, I still need to be able to administer it. My tool of choice is knife, the command-line utility used to interact with Chef.
[[MORE]]
I have SSH access to the box, so to use knife I only have to create an SSH tunnel:
ssh -T -f...