ssh_tunnel job from remote-pairing/1
Github source:
11858bbe
or
master branch
Properties¶
sshd
¶
authorized_keys
¶Path to the authorized_keys file
external_ip
¶The external IP is used in the client command printed
- Default
0.0.0.0
host
¶IP/Hostname the SSH server binds to
- Default
0.0.0.0
port
¶Port the SSH server binds to
- Default
2222
server_key
¶Server key content
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/ssh_tunnel/
directory
(learn more).
bin/ctl
(fromctl.erb
)keys/authorized_keys
(fromauthorized_keys.erb
)keys/server_key
(fromserver_key.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.