Changes between Initial Version and Version 1 of APRAGENI/GREE-SC2015/AdvanceWork


Ignore:
Timestamp:
05/17/15 14:09:24 (9 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APRAGENI/GREE-SC2015/AdvanceWork

    v1 v1  
     1= 1. Install Chrome and Firefox browsers =
     2  1. Chrome: [https://www.google.com/intl/en/chrome/browser/ Google Chrome]
     3  2. Firefox:  [http://www.mozilla.org/en-US/firefox/new/ Firefox].
     4
     5
     6= 2. Install and test SSH Client =
     7
     8== Mac OS X/Linux ==
     9Mac OS X and Linux come with an ssh client you can run from a Terminal window.   You do not need to install anything.   Proceed to the [#TestSSHwithkeys Test SSH with Keys] section below.
     10
     11== Windows ==
     12Install FireSSH, a Firefox ssh plugin:
     13      * Install the plugin from [https://addons.mozilla.org/en-US/firefox/addon/firessh/ FireSSH]  [[BR]]
     14
     15== 2.1 Test SSH with keys ===
     16You should have received a copy of an SSH private key by email.
     17
     18To test your setup you will need this information:
     19  * `username`: sshtest
     20  * `hostname`: pc3.geni.it.cornell.edu
     21  * `port`:  32826
     22  * passphrase for private key: v3rify
     23
     24
     25''' Mac OS X/Linux/Cygwin ''': Follow [wiki:HowTo/LoginToNodes#LinuxMacOSWindowsCygwin these instructions]. If you see the prompt `[sshtest@my-node ~]$` you are all set! [[BR]]
     26''' Windows ''':  Use Firefox with FireSSH installed to test your ssh setup.  See instructions at [wiki:HowTo/LoginToNodes#FireSSH these instructions]. If you see the prompt `[sshtest@my-node ~]$` you are all set!
     27
     28