How to connect to Environment with FileZilla and Putty/SSH with Key

Hi,

We will go through process of connecting to our environment via SSH and FTP with provided key. Once an environment is created, a key will be created manually which will be in the form of ppk and/or pem. It should be used whenever we are connecting to the server via FTP or SSH.

 

SSH connection

For Windows machine, use Putty tool to login. Enter Putty fields as below
Username or Hostname:-  (Provided username/hostname)@gate.gpuoncloud.io
Port:- 3022
In left most coloumn, select SSH > Auth and add .ppk key file

For Linux machine, use following command to login
ssh -i /path/to/keyfile.pem
(Provided username/hostname)@gate.
gpuoncloud.io -p 3022

 

FTP connection

Open FileZilla. Go to File ==> Site Manager. Click on 'New site' and Fill in the below details
Protocol:- SFTP
Host:- gate.
gpuoncloud.io
Port:- 3022
Logon Type:- Key File
User:- (Provided username/hostname)

 

Note:- User/Host name provided will be in the form of numbers e.g. 47502-4727. So, replace "(Provided username/hostname)" above with given details.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Cron Job scheduler

Setting Up a Cronjob in GPUonCLOUD Cloud Cronjob allows you to configure regularly scheduled...

GPUonCLOUD Dashboard Guide

This guide will help you with the basic information on GPUonCLOUD dashboard usage and  to get...

Build and Deploy Hooks

Hook is a term used to indicate a code insertion into some standard operation to provide...

How to Deploy Magento into GPUonCLOUD PHP Cloud

Magento is an extremely popular open source e-commerce service powered by PHP. It provides a...

How to install AWSTATS on Ubuntu VPS

Awstats is very crucial for website analysis and marketing.It can generate user statistics from...

Powered by WHMCompleteSolution