Connecting To A ROSS Server Using SSH

JD Runyan

To connect to the ROSS servers for any sort of management task, you will have to use SSH. This is a SSL secured protocol that facilitates terminal sessions and file transfers. It will also perform port forwarding for other services that are restricted by a firewall. All new servers will require the use of a public key and private key pair to connect to them. This document will explain how to make these connections using freely available tools.


Table of Contents
Downloading the Software
Converting Your Keys
Creating a PuTTY Session
Loading Your Key
Running a PuTTY Session
Creating a WinSCP Session From Your PuTTY Session
Running a WinSCP Session

Downloading the Software

Software

Description

Home Page

Download Site

PuTTY

A suite of SSH tools with a GUI “telnet” client and CLI tools

http://puttyssh.org

http://puttyssh.org/latest/x86/putty-0.53b-installer.exe

WinSCP

A GUI tool for SSH file transfers

http://winscp.sourceforge.net

http://winscp.sourceforge.net/download2.php?file=winscp330setup.exe

Download and install the software using the default settings.