Difference between revisions of "SSH/SCP/SFTP"

From CSEE Documentation
Line 20: Line 20:
 
* Windows
 
* Windows
 
** Putty is the recommened SSH client<br/>http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
 
** Putty is the recommened SSH client<br/>http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
** OIT distributes Tera Term<br/>http://www.umbc.edu/oit/software/pages/TermSSH.htm
 
 
* Solaris
 
* Solaris
 
** On CSEE servers and workstations<br/>Solaris 8: /usr/site/bin/ssh<br/>Solaris 10: /usr/bin/ssh
 
** On CSEE servers and workstations<br/>Solaris 8: /usr/site/bin/ssh<br/>Solaris 10: /usr/bin/ssh
 
** The portable source is availale from OpenSSH<br/>Site: http://www.openssh.org
 
** The portable source is availale from OpenSSH<br/>Site: http://www.openssh.org

Revision as of 11:08, 2 June 2009

Interactive Servers

CSEE provides interactive login machines for the following Operating Systems:

  • Sun Sparc Solaris
    • sunserver1.cs.umbc.edu
    • sunserver2.cs.umbc.edu
  • Red Hat Linux
    • linuxserver1.cs.umbc.edu
    • linuxserver2.cs.umbc.edu

SSH Clients