Skip to content

Commit

Permalink
FORCE_PRIVATE_IP_NAT
Browse files Browse the repository at this point in the history
  • Loading branch information
easystartup-io committed Jan 26, 2024
1 parent 4ca238d commit 44e0083
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ private void doBasicSetup(Server server) {
map.put("private_network_setup", mainSettings.getPrivateNetworkSubnet());
String command = TemplateUtil.renderTemplate(TemplateUtil.NAT_GATEWAY_SETUP, map);

String output = ssh.ssh(server, mainSettings.getSshPort(), command, mainSettings.isUseSSHAgent(), false);
String output = ssh.ssh(server, mainSettings.getSshPort(), command, mainSettings.isUseSSHAgent(), true);
System.out.println(output);
System.out.println("Finished doing nat-gateway setup");
}
Expand Down

0 comments on commit 44e0083

Please sign in to comment.