Remote Login Signing Up for a CS Account You will need a CS account - - PowerPoint PPT Presentation

remote login
SMART_READER_LITE
LIVE PREVIEW

Remote Login Signing Up for a CS Account You will need a CS account - - PowerPoint PPT Presentation

Remote Login Signing Up for a CS Account You will need a CS account for this course You will use it to compile and run your assignments Assignments will be graded on these servers If you don't already have one, you'll need to SSH


slide-1
SLIDE 1

Remote Login

slide-2
SLIDE 2

Signing Up for a CS Account

  • You will need a CS account for this course
  • You will use it to compile and run your

assignments

– Assignments will be graded on these servers

  • If you don't already have one, you'll need to

SSH into shell.cs.fsu.edu to create one

slide-3
SLIDE 3

CS Account [Mac / Linux]

  • Type `ssh newacct@shell.cs.fsu.edu` in the

terminal

  • It will then prompt you for a password twice,

use 'newacct' for both

  • It will then ask you a series of questions (e.g.

name and chosen password)

slide-4
SLIDE 4

CS Account [Windows]

  • Use Putty.exe

– http://www.chiark.greenend.org.uk/~sgtatham/putty/download

.html

  • Fill out the form:
  • Enter 'newacct' for the two password prompts
  • Then follow the prompts for your actual user name and

password

slide-5
SLIDE 5

CS Servers

  • You have access to three different servers

– shell checking cs mail (e.g. pine) – program programming – linprog programming

  • You will primarily be using linprog in this class
slide-6
SLIDE 6

SSH

  • Secure Shell

– Securely logs in to remote server – Gives you a terminal to issue commands

  • This is how you will access the linprog server
slide-7
SLIDE 7

SSH (Mac / Linux)

Command

slide-8
SLIDE 8

SSH (Mac / Linux)

User Name

slide-9
SLIDE 9

SSH (Mac / Linux)

Server Name

slide-10
SLIDE 10

SSH (Mac / Linux)

Command Prompt

slide-11
SLIDE 11

SSH (Mac / Linux)

Commands

slide-12
SLIDE 12

SSH (Windows w/ Putty)

Server

slide-13
SLIDE 13

SSH (Windows w/ Putty)

Protocol

slide-14
SLIDE 14

SSH (Windows w/ Putty)

Username

slide-15
SLIDE 15

SSH (Windows w/ Putty)

Password

slide-16
SLIDE 16

SSH (Windows w/ Putty)

Prompt

slide-17
SLIDE 17

SSH (Windows w/ Putty)

Commands

slide-18
SLIDE 18

SFTP

  • Secure File Transfer Protocol

– Used to transfer files between machines

  • You can use this to

– Work on your assignments on your machines then

upload them to the server to test

– Work on your assignments on the server and

periodically download them as backups

slide-19
SLIDE 19

SFTP (Mac / Linux)

Command

slide-20
SLIDE 20

SFTP (Mac / Linux)

Username

slide-21
SLIDE 21

SFTP (Mac / Linux)

Server

slide-22
SLIDE 22

SFTP (Mac / Linux)

Prompt

slide-23
SLIDE 23

SFTP (Mac / Linux)

File Upload

Note: local file path is relative to where the command was run from

slide-24
SLIDE 24

SFTP (Mac / Linux)

File Download

Note: local file path is relative to where the command was run from

slide-25
SLIDE 25

SFTP (Windows w/ PSFTP)

Server

slide-26
SLIDE 26

SFTP (Windows w/ PSFTP)

Username

slide-27
SLIDE 27

SFTP (Windows w/ PSFTP)

Password

slide-28
SLIDE 28

SFTP (Windows w/ PSFTP)

Find Local Directory

slide-29
SLIDE 29

SFTP (Windows w/ PSFTP)

File Download

slide-30
SLIDE 30

SFTP (Windows w/ PSFTP)

File Upload