Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. root@ubuntu-server-12042-x64-vbox4210:~# puppet resource ssh_tunnel
  2. ssh_tunnel { '8080-apenney@198.199.73.46':
  3. ensure => 'present',
  4. local_port => '8080',
  5. pid => '14121',
  6. socks => 'true',
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement