return_.template("Host <%= name %>\n\tPort <%= port %>\n")(host);
})).join('\n'));
console.log(clr.yellow('azure_wrapper/info:'),clr.green('Saved SSH config, you can use it like so: `ssh -F ',file_name,'<hostname>`'));
console.log(clr.yellow('azure_wrapper/info:'),clr.green('The hosts in this deployment are:\n'),_.map(hosts.collection,function(host){returnhost.name;}));