CLOUD PAAS / DEVELOPMENT TOOLS

SFTP / Direct SSH Access

This guide has been reviewed and reformatted for Ruk-Com Cloud PaaS. Screens may vary slightly by platform version.

Click or tap a screenshot to view it at its original size.

Objective

This guide explains how to use SFTP / Direct SSH Access on Ruk-Com Cloud PaaS, with ordered procedures and practical verification points.

Before you begin

  • Sign in with an account permitted to manage the relevant environment.
  • Confirm the target environment, region and resources before saving changes.
  • Create a backup or rollback plan before changing a production system.

You can use FTP through installing add-ons. If the environment you want to access does not support add-ons, you can create an sftp connection through the dashboard, here's how:

1. Select the node to which you want to sftp connect, then click on the gear button on the right. SelectSFTP / Direct SSH Access

Ruk-Com Cloud PaaS procedure screenshot

2. SFTP/Direct SSH Access settings will appear for you to click.Add Public SSH Key

Ruk-Com Cloud PaaS procedure screenshot

3. Add your public key to your dashboard by specifyingName(such asmykey) andPublic Keyinto the box and clickAdd

  • You can create a public key on your machine using the commandssh-keygenThrough the terminal, for example:
ssh-keygen -t rsa
Ruk-Com Cloud PaaS procedure screenshot
Press Enter to save the file.
  • An SSH key will be generated on your machine which consists of a file.id_rsais private key andid_rsa.pubis public key
  • Use the command below to view your public key.
cat .ssh/id_rsa.pub
Ruk-Com Cloud PaaS procedure screenshot
  • Copy the key and add it to your dashboard.Add Public Key
Ruk-Com Cloud PaaS procedure screenshot
Press the Add button. After adding, an ssh connection email will be sent to you.

Using SFTP via FileZilla

Connecting to your server through FileZilla follows these simple steps:

1. After you have finished adding your public key. You can use the informationHost, Username, PortTo connect through FileZilla

Ruk-Com Cloud PaaS procedure screenshot

2. Go to FileZilla on your device, click the button.Site Manager

Ruk-Com Cloud PaaS procedure screenshot

Set up the connection as follows.

  • Protocol: Select SFTP - SSH File Transfer Protocol.
  • Host:gate.manage.Ruk-Com.cloud
  • Port:3022
  • Logon Type:Select Key file
  • User:Specify your username on your dashboard settings page.
  • Key File:Click the Browse button and select the file.id_rsaat your machine

When you have finished entering information, clickConnectto connect to your application server

3. If the connection is successful, the status will be displayed.SuccessfulYou can now transfer your files.

Ruk-Com Cloud PaaS procedure screenshot