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
Previous revision
Next revision Both sides next revision
help:general_linux:ssh [2016/01/28 10:13]
jebailie [More information]
help:general_linux:ssh [2020/07/04 17:01]
jgordon
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 -p 443'', or using PuTTY on Windows.
  
- +As written on Wikipedia
-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.eduor using PuTTY on Windows. +> Secure Shell (SSH) is a cryptographic network protocol for secure data communication, remote shell services or command execution and other secure network services between two networked computers that it connects via a secure channel over an insecure network: a server and a client.
- +
-<quote Wikipedia>Secure Shell (SSH) is a cryptographic network protocol for secure data communication, remote shell services or command execution and other secure network services between two networked computers that it connects via a secure channel over an insecure network: a server and a client.</quote>+
  
 A secure shell client allows you to connect to a remote computer. If you wish to access the Vasser CS Department Unix system outside of the lab, you will need to use a secure shell. The secure utilities correspond to older, non-secure counterparts. For example: A secure shell client allows you to connect to a remote computer. If you wish to access the Vasser CS Department Unix system outside of the lab, you will need to use a secure shell. The secure utilities correspond to older, non-secure counterparts. For example:
Line 14: Line 13:
   * **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 22: 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|macOS, Unix, and Linux]]
- +
- +
- +
-===== Common Problems ===== +
- +
-When running emacs from a ssh client, make sure to run it as: \\ "emacs -nw"\\  instead of \\ "emacs &"\\  so that emacs knows to run as a text based interface.+
  
 ===== More information ===== ===== More information =====
Line 35: Line 27:
    * 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? =====
  
 Contact Jerry [[jebailie@vassar.edu]] for help conecting to the Computer Science computer system. Please include your operating system, ssh software you're trying, and anything that seems to be amiss. Contact Jerry [[jebailie@vassar.edu]] for help conecting to the Computer Science computer system. Please include your operating system, ssh software you're trying, and anything that seems to be amiss.
- 
-