packer-cn/helper/ssh
Daniel Kimsey 3b64620234 SSH tunneling support
Support for both local and remote TCP port tunneling. Includes updated
docs and tests.

Does not implement dynamic port forwarding (SSH's built-in SOCKS)
(uncertain difficulty) nor unix socket (potentially easy).
2019-09-18 11:09:41 -07:00
..
key_pair.go Honor value of 'Comment' field in 'ssh.KeyPairFromPrivateKey()'. 2019-07-27 15:52:13 -04:00
key_pair_test.go Honor value of 'Comment' field in 'ssh.KeyPairFromPrivateKey()'. 2019-07-27 15:52:13 -04:00
ssh.go helper: communicator.SSHFileSigner => ssh.FileSigner 2018-08-29 14:40:33 +02:00
tunnel.go SSH tunneling support 2019-09-18 11:09:41 -07:00
tunnel_test.go SSH tunneling support 2019-09-18 11:09:41 -07:00