-
Bug
-
Resolution: Won't Do
-
Minor
-
None
Evergreen's README says to use:
ParameterKey=SSHLocation,ParameterValue=$( curl ident.me )/0
Which won't work when there is IPv6 connectivity as
$( curl ident.me )
will return an IPv6 address which isn't what the SSHLocation parameter requires.
$( curl v4.ident.me )/0
should be used instead.