COP4342 - 2016 Fall
Public key use assignment

Using your key pair from assignment 1, ssh to 45.56.74.139 using the login name COP4342_{YOURFSUEMAIL}; for instance:

(linprog3:~) langley% ssh COP4342_test@45.56.74.139
Enter passphrase for key '/home/faculty/langley/.ssh/id_rsa': 
Enter passphrase for key '/home/faculty/langley/.ssh/id_rsa': 
Linux (none) 4.6.5-x86_64-linode71 #2 SMP Fri Jul 29 16:16:25 EDT 2016 x86_64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Wed Sep 14 19:25:41 2016 from linprog3.cs.fsu.edu
COP4342_test@(none):~$ 

Once you login, execute the program (still in your home directory, please) ls to create a file called .ls-info:

COP4342_test@(none):~$ ls -ali ~ > .ls-info
COP4342_test@(none):~$ cat .ls-info
total 20
123294 drwx------  3 COP4342_test COP4342_test 4096 Sep 15 17:30 .
123378 drwxr-xr-x 32 root         root         4096 Sep 15 17:27 ..
123310 -rw-------  1 COP4342_test COP4342_test   99 Sep 14 20:55 .bash_history
123488 -rw-r--r--  1 COP4342_test COP4342_test    0 Sep 15 17:30 .ls-info
123295 drwx------  2 COP4342_test COP4342_test 4096 Sep 12 21:22 .ssh
COP4342_test@(none):~$ 

Please submit your new .ls-info file on Blackboard as "Assignment 2".