From: jhamrick via Trac Date: Thu, 18 Jun 2009 17:30:53 +0000 (-0500) Subject: Added alternate instructions for how to ssh on a mac X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/b4183b14363f43f5ac8220edbd2063c105f574f9?hp=05f5f896a52ab760af4fdcb64a4cae2c38cc8b17;ds=inline Added alternate instructions for how to ssh on a mac --- diff --git a/doc/UsingZephyr b/doc/UsingZephyr index 67f604d..42339af 100644 --- a/doc/UsingZephyr +++ b/doc/UsingZephyr @@ -26,7 +26,15 @@ Using Barnowl is recommended, as it is better supported and more documentation e === Using Barnowl === -You will need access to an Athena machine to run barnowl. The easiest way to do this would be to SSH into linerva.mit.edu. On a Debian-based linux distro, open up a terminal and type {{{ssh @linerva.mit.edu}}}. On Windows, download a SSH client (such as PuTTY, at http://chiark.greenend.org.uk/~sgtatham/putty/download.html) and install it. Once you've opened it, type {{{@linerva.mit.edu}}} into the prompt and hit enter. On a Mac, open Terminal from the Utilities Folder in Applications. Type {{{kinit ATHENA.MIT.EDU && ssh -K @linerva.mit.edu}}} (In all these cases, don't include the angle brackets, just replace with your MIT username). You will then be prompted for your password. Enter it, and then carry on with running barnowl! +You will need access to an Athena machine to run barnowl. The easiest way to do this would be to SSH into linerva.mit.edu. + +On a Debian-based linux distro, open up a terminal and type {{{ssh @linerva.mit.edu}}}. + +On Windows, download a SSH client (such as PuTTY, at http://chiark.greenend.org.uk/~sgtatham/putty/download.html) and install it. Once you've opened it, type {{{@linerva.mit.edu}}} into the prompt and hit enter. + +On a Mac, open Terminal from the Utilities Folder in Applications. Type {{{kinit @ATHENA.MIT.EDU && ssh -K @linerva.mit.edu}}} If this command fails (saying -K is invalid), then just do {{{ssh @linerva.mit.edu}}} + +(In all these cases, don't include the angle brackets, just replace with your MIT username). You will then be prompted for your password. Enter it, and then carry on with running barnowl! To start barnowl, run the command {{{add barnowl; barnowl}}} at the prompt on any Athena machine or dialup, such as linerva.mit.edu.