From b4183b14363f43f5ac8220edbd2063c105f574f9 Mon Sep 17 00:00:00 2001 From: jhamrick via Trac Date: Thu, 18 Jun 2009 12:30:53 -0500 Subject: [PATCH 1/1] Added alternate instructions for how to ssh on a mac --- doc/UsingZephyr | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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. -- 2.44.0