Agastya Data center
अगस्त्या डेटा सेंटर
About-us
Facilities
Agastya Guide
HPC
Installed Application
Big Data
Cloud
Services
Research
Projects/Programs
Colloquium/Seminars
Administration
Login To VM via Linux Terminal
Login To VM via mobaXterm tool
Login To VM via Putty Generation Tool
Login To VM via Linux Terminal
To login to VM we need:
Mykey.pem file
IP address
Both are provided by the admin.
ssh -i mykey.pem ubuntu@ip-address
Login To VM via mobaXterm tool
Download Mobaxterm from https://mobaxterm.mobatek.net/
Click on new session
Select the SSH tab Enter the VM IP address in “Remote host” field and click on “Advanced SSH settings”
Check the “Use private key” and upload the mykey.pem file
Terminal will ask “Login as” then enter the instance’s OS name(ex, ubuntu).
Now You can use the terminal of the vm on cloud
Login To VM via Putty Generation Tool
We need to generate a .ppk file from a .pem file using the PuTTygen tool and for login we use .ppk file with Putty tool.
Download and launch PuTTY keygen tool.
Click on”Load” button to load your key file (for e.g mykey.pem)
Once loaded, you should save private key by clicking “Save private key” button.
PuTTY keygen will save the file in .ppk format and that’s the format PuTTY can
Launch PuTTY, input IP address of VM.
To load the .ppk file, expand “SSH” (on the left side menu) and click “Auth“.
Lookout for “Private key file for authentication” and input .ppk file.
Terminal will ask for the password of .ppk file, the you can access the terminal of VM