20
Getting Connected CPSC 1010 August 21, 2015

Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local

Embed Size (px)

DESCRIPTION

How Do I Get Connected? Process is call SSH (Secure Shell) and it depends on the OS system your laptop runs MacWindows

Citation preview

Page 1: Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local

Getting Connected

CPSC 1010 August 21, 2015

Page 2: Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local

Connecting to the SOC Servers

Why would we need to connectWork with files Transfer files from your local computer to the SOC servers

Type of systems are availableUbuntu – Linux Mac – OS

Page 3: Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local

How Do I Get Connected?

Process is call SSH (Secure Shell) and it depends on the OS system your laptop runs

MacWindows

Page 4: Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local

MACWhat do I need?

Terminal - go to Applications -> Utilities Click on the terminal

Two possible scenariosOff CampusOn Campus

Page 5: Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local

MAC – Off CampusOff Campus connection – using the terminal

Type ssh <username>@access1.cs.clemson.edu (can also use access2)

Type in your password

Access1 and access2 are temporary

Need to ssh to one of the 110 lab computersExample: Type ssh <username>@<machine name>.cs.clemson.eduType in your password

Page 6: Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local
Page 7: Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local

MAC – On CampusOn Campus connection – using the terminal

Type ssh <username>@<machine name>.cs.clemson.edu

Type in your password

Page 8: Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local

MACLet’s look at an example

Page 9: Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local

WindowsYou will need a ssh client

MS Secure Shell Client PuttyClemson has a ssh client available

http://www.clemson.edu/ccit/software_applications/software/web_downloads.html

Page 10: Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local

WindowsFind the ssh client you are using (I will demonstrate the one provided by the university)

Two possible scenariosOff-campusOn-campus

Page 11: Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local

WindowsFind the ssh client you are using (I will demonstrate the one provided by the university)

Click on Quick Connect

Page 12: Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local

Windows – Off Campus

Off-campus

Host Name: access1.cs.clemson.edu or access2.cs.clemson.edu

UserName: your Clemson username

Port Number always stays 22

Page 13: Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local

Windows – Off Campus

Since you are off campus this will be access1 or access2 which ever you used in the previous slide. Now you need to sign is to one of the SOC servers. imp#, koala#, etc.

Page 14: Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local

Windows – Off Campus

At this point you are on the terminal so you type the following:

ssh <username>@<machine name>.cs.clemson.edu or you could type ssh <machine name>.cs.clemson.edu

Page 15: Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local

Windows – Off Campus

On-campus

Host Name: <machine name>.cs.clemson.edu

UserName: your Clemson username

Port Number always stays 22

Page 16: Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local

Windows – On Campus

You are ready to work

Page 17: Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local

WindowsLet’s look at an example

Page 18: Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local

File TransferSometime you will need to transfer files from your laptop or desktop to your folder on the SOC servers

Use what ever flavor of file transfer program you want

MACFilezillaFetchEtc.

WindowFilezillaClient provide by ClemsonPutty

When signing on:Off Campus use access1 or access2On Campus use the name of one of the machines

Page 19: Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local

MAC

Step 1

Step 2

Page 20: Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local

Windows

Step 1Step 2

Step 3