How To
Summary
This guide is intended for IBM Business Partners who need to connect to the Systems Environment using their organization’s existing VPN setup. It outlines the steps required to establish a secure VPN connection and access the target system via SSH.
Objective
Steps to Connect to the VPN
-
Open the VPN service provided by your organization.
-
Enter your organization’s VPN server address in the VPN field.
Example: vpn.cecc.ihost.com
Note: If you don’t know the address, refer to your internal documentation or contact your IT team. -
Click "Connect".
-
Enter the login credentials when prompted:
-
Username: Example username tzuser227476-1
-
Password: provided in the reservation
-
-
Once connected to the VPN, proceed with SSH access.
Steps to SSH into the System
-
Download the User Private SSH Key from the reservation page.
-
Set the correct permissions on the key file by running:
chmod 600 ~/Downloads/pem_user_privatekey_download.pem -
Connect via SSH using the following command: you can find all the information from the reservation page
ssh -i ~/Downloads/pem_user_privatekey_download.pem cecuser@129.20.60.97
That's it!
Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
09 July 2025
UID
ibm17233350