Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
help:general_linux:ssh [2016/01/28 10:14]
jebailie [Common Problems]
help:general_linux:ssh [2016/01/28 10:14]
jebailie
Line 1: Line 1:
 ===== What is a Secure Shell? ===== ===== What is a Secure Shell? =====
- 
- 
  
 The easiest way to gain access the Computer Science Dept. Linux machines outside of the Asprey computer lab. This gives you terminal access to the command line inside the department, and it allows you to send files back and forth to your home directory. Since it has no remote GUI, it is much faster than VNC. The simplest way of doing this is opening a terminal on a Mac or Linux machine and typing ssh username@mote.cs.vassar.edu, or using PuTTY on Windows. The easiest way to gain access the Computer Science Dept. Linux machines outside of the Asprey computer lab. This gives you terminal access to the command line inside the department, and it allows you to send files back and forth to your home directory. Since it has no remote GUI, it is much faster than VNC. The simplest way of doing this is opening a terminal on a Mac or Linux machine and typing ssh username@mote.cs.vassar.edu, or using PuTTY on Windows.
Line 14: Line 12:
   * **sftp** A replacement for ftp. Ftp, the file transfer protocol, has traditionally been used to browse file systems for download, and optionally allowing uploading to the server.   * **sftp** A replacement for ftp. Ftp, the file transfer protocol, has traditionally been used to browse file systems for download, and optionally allowing uploading to the server.
  */  */
- 
  
  
Line 23: Line 20:
   * [[help:general_linux:windows|Windows]]   * [[help:general_linux:windows|Windows]]
   * [[help:general_linux::filecopy|Mac OS X, Unix, and Linux]]   * [[help:general_linux::filecopy|Mac OS X, Unix, and Linux]]
- 
- 
- 
  
 ===== More information ===== ===== More information =====
Line 32: Line 26:
    * http://www.openssh.org.      * http://www.openssh.org.  
    * http://www.employees.org/~satch/ssh/faq/ssh-faq.html (covers a lot of common ssh questions.)    * http://www.employees.org/~satch/ssh/faq/ssh-faq.html (covers a lot of common ssh questions.)
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
  
 ===== Having problems? ===== ===== Having problems? =====