Difference between revisions of "CH391L/Connecting Server"

From Marcotte Lab
Jump to: navigation, search
Line 1: Line 1:
 
* If you already got the account info from me,  
 
* If you already got the account info from me,  
 
* But you don't know how to connect the server using that info,  
 
* 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).  
+
Here's the brief instruction.  
  
 +
== 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 11: Line 12:
 
http://www.marcottelab.org/users/CH391L/putty-01.jpg
 
http://www.marcottelab.org/users/CH391L/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/putty-02.jpg
 +
 +
Tada! Now you are in cygnus server.
 +
 +
http://www.marcottelab.org/users/CH391L/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.

Revision as of 11:33, 20 January 2011

  • If you already got the account info from me,
  • But you don't know how to connect the server using that info,

Here's the brief instruction.

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.