Displaying 1 result from an estimated 1 matches for "login_host".
2012 May 30
1
need assist with upstart config problem
...oot user cert to authorized_keys of
# login host's root user.
env LOGIN_USER=root
# login PKI credentials for LOGIN_USER
env LOGIN_IDENT=/root/.ssh/id_rsa
# login host, may be different than remote host for port forwarding
# must resolve to an address that sshd login server listens on
env LOGIN_HOST=inet07.hamilton.harte-lyne.ca
# the remote host destination for port forwarding
env REMOTE_HOST=inet07.hamilton.harte-lyne.ca
# port that remote service listens on
env REMOTE_PORT=143
# Locate ssh binary
env SSH_BINARY=/usr/bin/ssh
# SSH options used:
### -D : "dynamic" app-l...