Add ipv6 address supporting for file transfer using scp

Some files's scp does not have supporting for ipv6 address.
So, I have added supporting for ipv6 address using scp.

Change-Id: Ie6db5c6988c708e4cec862f6b671dd64b457a69a
diff --git a/tools/test/bin/atomix-config b/tools/test/bin/atomix-config
index 84b69fe..adf4fb2 100755
--- a/tools/test/bin/atomix-config
+++ b/tools/test/bin/atomix-config
@@ -29,7 +29,7 @@
 . $ONOS_ROOT/tools/build/envDefaults
 
 node=${1:-$OCI}
-remote=$ONOS_USER@$node
+remote=$ONOS_USER@[$node]
 
 # Generate a default cluster.json from the ON* environment variables
 CDEF_FILE=/tmp/${remote}.atomix.json