CNT5605 - 2014 Fall
Assignment 1
Due Wednesday, October 15 (no write-up necessary, just create a file on a remote server)

Your assignment is to log into 104.200.19.74 using ssh over port 40053. The username is your last name. I have installed the public key that you sent me as an authorized_key, so you should be able to use the private key to login.

When I did this, it looked something like:

$ ssh -p 40053 -i ~/.ssh/cnt5605-id_rsa test@104.200.19.74
Last login: Mon Oct 13 18:10:59 2014 from somewhere.cs.fsu.edu
[test@localhost ~]$ 

To show that you succeeded, please create in your home directory a file named "dekita". Inside that file, identify the server you have logged into. While you are free to use whatever you would like here, there are some reasonably standard ways to describe systems.

Extra credit

For extra credit, send email to "langley@cs.fsu.edu" from this remote machine. You can use the return email address "USERNAME@cop3353.org" for your email since the email server in Computer Science wants you to use a legitimate domain name associated with your email, and won't deliver it without something (you might want to CC yourself, just to see if you get it.) For a subject line, please include the word "dekita", and for the body of the message, describe how you managed to send the email.

When I did this, the resulting message looked like:

Return-Path: 
X-Original-To: langley@cs.fsu.edu
Delivered-To: langley@cs.fsu.edu
Received: from smtpin.cs.fsu.edu (smtpin.cs.fsu.edu [128.186.120.196])
by mail.cs.fsu.edu (Postfix) with ESMTP id C0A71F2E9D
for ; Mon, 13 Oct 2014 15:00:52 -0400 (EDT)
X-Spam-Status: No
X-FSUCS-MailScanner-Watermark-fsucs: 1413831647.38882@R9gqusHLg8U6zngydhQmkQ
X-FSUCS-MailScanner-From: langley@cop3353.org
X-FSUCS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached,
      score=-0.9, required 5, BAYES_00 -1.90,
      KAM_LAZY_DOMAIN_SECURITY 1.00)
X-FSUCS-MailScanner: Found to be clean
X-FSUCS-MailScanner-ID: s9DJ0hDC030017
Received: from localhost.localdomain (li797-74.members.linode.com [104.200.19.74])
      by smtpin.cs.fsu.edu (8.13.1/8.13.1) with SMTP id s9DJ0hDC030017
      for ; Mon, 13 Oct 2014 15:00:46 -0400
Received: by localhost.localdomain (Postfix, from userid 0)
	id BB8263FDC; Mon, 13 Oct 2014 19:00:43 +0000 (UTC)
Date: Mon, 13 Oct 2014 19:00:43 +0000
From: langley@cop3353.org
To: langley@cs.fsu.edu
Subject: test
Message-ID: <543c215b.jywRaDb01vBZ0vX+%langley@cop3353.org>
User-Agent: Heirloom mailx 12.5 7/5/10
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

test
test



A journal is not due for this assignment.