Difference between revisions of "CH391L/Connecting Server"

From Marcotte Lab
Jump to: navigation, search
(Windows)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* If you already got the account info from me,  
+
* If you already got the account info from Taejoon, but you don't know how to connect to the server using that info, here are brief instructions.  
* But you don't know how to connect the server using that info,  
+
Here's the brief instruction. I assume that you use Windows machine (XP, Vista, or Win7).  
+
  
 +
== Windows ==
 
First, download 'putty.exe' from putty website: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
 
First, download 'putty.exe' from putty website: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
  
Line 9: Line 8:
 
You can see 'putty' or 'putty.exe' file on your computer. Click the file, so you can see the window like this.  
 
You can see 'putty' or 'putty.exe' file on your computer. Click the file, so you can see the window like this.  
  
[http://www.marcottelab.org/users/CH391L/putty-01.jpg]
+
http://www.marcottelab.org/users/CH391L/FromTA/putty-01.jpg
  
 +
Type 'host' address, and make sure the port number and 'ssh' protocol.
  
 +
Then, new type of window as below will ask your login id and password. Type them sequentially.
  
 +
http://www.marcottelab.org/users/CH391L/FromTA/putty-02.jpg
 +
 +
Tada! Now you are in cygnus server.
 +
 +
http://www.marcottelab.org/users/CH391L/FromTA/putty-03.jpg
 +
 +
If you want to logout, type 'exit'.
 +
 +
== Mac ==
 
If you use Mac OSX, it is very easy to connect server.
 
If you use Mac OSX, it is very easy to connect server.
 
# Open 'Terminal'
 
# Open 'Terminal'
 
# Type 'ssh cygnus.icmb.utexas.edu'
 
# Type 'ssh cygnus.icmb.utexas.edu'
 
Then, type your id and password. That's it. (I am not sure whether ssh client is a default app or not. But I believe that you can find the way to install it if it is not installed in your mac.)
 
Then, type your id and password. That's it. (I am not sure whether ssh client is a default app or not. But I believe that you can find the way to install it if it is not installed in your mac.)
 +
 +
== Linux ==
 +
Should I explain this to you? I don't think so.

Latest revision as of 23:35, 19 February 2011

  • If you already got the account info from Taejoon, but you don't know how to connect to the server using that info, here are brief instructions.

Windows

First, download 'putty.exe' from putty website: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

If you are still confused, just click this.

You can see 'putty' or 'putty.exe' file on your computer. Click the file, so you can see the window like this.

putty-01.jpg

Type 'host' address, and make sure the port number and 'ssh' protocol.

Then, new type of window as below will ask your login id and password. Type them sequentially.

putty-02.jpg

Tada! Now you are in cygnus server.

putty-03.jpg

If you want to logout, type 'exit'.

Mac

If you use Mac OSX, it is very easy to connect server.

  1. Open 'Terminal'
  2. Type 'ssh cygnus.icmb.utexas.edu'

Then, type your id and password. That's it. (I am not sure whether ssh client is a default app or not. But I believe that you can find the way to install it if it is not installed in your mac.)

Linux

Should I explain this to you? I don't think so.