Im new to nginx and am trying to load-balance ssh sessions to an
autoscaling group of ECS instances in AWS.
Having trouble getting my config files right. I dont get any errors on
startup, but my access.logs shows this lines for each attempt and the
command line gives me this :
This communication is Confidential Information. By using this message
and attachments you implicitly consent to terms and conditions set forth
at http://www.taos.com/email_disclaimer. If you do not consent or
received this message in error, please destroy it.
Looks you are trying to balance ssh connections using http module.
This won’t work, as http is only able to balance http requests,
not arbitrary connections.
If you want to balance ssh connections, try using the stream
module instead:
The stream module is designed to balance arbitrary connections,
and should work for you.
This communication is Confidential Information. By using this
message and attachments you implicitly consent to terms and
conditions set forth at http://www.taos.com/email_disclaimer. If
you do not consent or received this message in error, please
destroy it.
By posting to this list you’ve agreed that the message will be
publicly available. If you want your messages to be confidential,
please consider using commercial support, see Technical Support for NGINX and NGINX Plus Software.