Difference between revisions of "SSH/SCP/SFTP"

From CSEE Documentation
(6 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
CSEE provides interactive login machines for the following Operating Systems:
 
CSEE provides interactive login machines for the following Operating Systems:
  
* Sun Sparc Solaris
+
* Oracle x86 Solaris
 
** sunserver1.cs.umbc.edu
 
** sunserver1.cs.umbc.edu
 
** sunserver2.cs.umbc.edu
 
** sunserver2.cs.umbc.edu
** sunserver3.cs.umbc.edu
 
 
* Red Hat Linux
 
* Red Hat Linux
 
** linuxserver1.cs.umbc.edu
 
** linuxserver1.cs.umbc.edu
Line 16: Line 15:
 
** Mac OS X has ssh available at the command line.
 
** Mac OS X has ssh available at the command line.
 
** Mac OS System 7 through 9 can use NiftySSH http://www.lysator.liu.se/~jonasw/freeware/niftyssh/   
 
** Mac OS System 7 through 9 can use NiftySSH http://www.lysator.liu.se/~jonasw/freeware/niftyssh/   
* Linux
+
* Linux and Solaris
 
** On CSEE servers and workstations<br/>/usr/bin/ssh
 
** On CSEE servers and workstations<br/>/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
 
* 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
 
** On CSEE servers and workstations<br/>Solaris 8: /usr/site/bin/ssh<br/>Earlier Solaris releases: /usr/local/bin/ssh
 
** The portable source is availale from OpenSSH<br/>Site: http://www.openssh.org
 

Revision as of 15:09, 17 June 2013

Interactive Servers

CSEE provides interactive login machines for the following Operating Systems:

  • Oracle x86 Solaris
    • sunserver1.cs.umbc.edu
    • sunserver2.cs.umbc.edu
  • Red Hat Linux
    • linuxserver1.cs.umbc.edu
    • linuxserver2.cs.umbc.edu

SSH Clients