Skip to content

Commit 59e087d

Browse files
Update userguide for ssh enhancement
1 parent a4c1942 commit 59e087d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

user-guide/sandbox-user-guide.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,15 @@ the Terraform module setup for the sandbox environment.
6565
Follow these steps to SSH into the sandbox application VSIs:
6666

6767
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`
6970
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]`
7274
4. SSH into the Application VSI using its internal IP:
73-
`ssh -i [SSHKeyPath] ubuntu@[ApplicationIP]`
75+
76+
`ssh -i [SSHKeyPath] ubuntu@[ApplicationIP]`
7477
5. Once logged in successfully, proceed with necessary operations.
7578

7679
#### Step 5: Delete application VSIs

0 commit comments

Comments
 (0)