File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,15 @@ the Terraform module setup for the sandbox environment.
65
65
Follow these steps to SSH into the sandbox application VSIs:
66
66
67
67
1 . From your workstation, copy the bastion private SSH key to the bastion host
68
- ` scp -i [SSHKeyPath] -r [SSHKeyPath] root@[BastionHostIP]:/root `
68
+
69
+ ` scp -i [SSHKeyPath] -r [SSHKeyPath] root@[BastionHostIP]:/root `
69
70
2 . Retrieve VSIs' IP address from the IBM Cloud VPC portal or via CLI/API.
70
- 3 . Connect to the Bastion host:
71
- ` ssh -i [SSHKeyPath] root@[BastionHostIP] `
71
+ 3 . Connect to the Bastion host
72
+
73
+ ` ssh -i [SSHKeyPath] root@[BastionHostIP] `
72
74
4 . SSH into the Application VSI using its internal IP:
73
- ` ssh -i [SSHKeyPath] ubuntu@[ApplicationIP] `
75
+
76
+ ` ssh -i [SSHKeyPath] ubuntu@[ApplicationIP] `
74
77
5 . Once logged in successfully, proceed with necessary operations.
75
78
76
79
#### Step 5: Delete application VSIs
You can’t perform that action at this time.
0 commit comments