Difference between revisions of "SSH/SCP/SFTP"
From CSEE Documentation
m (SSH moved to SSH/SCP/SFTP) |
(added interactive servers) |
||
Line 1: | Line 1: | ||
+ | ==Interactive Servers== | ||
+ | |||
+ | CSEE provides interactive login machines for the following Operating Systems: | ||
+ | |||
+ | * Solaris 8 | ||
+ | ** sunserver1.cs.umbc.edu | ||
+ | ** sunserver2.cs.umbc.edu | ||
+ | ** sunserver3.cs.umbc.edu | ||
+ | * Linux (Redhat 9) | ||
+ | ** linuxserver1.cs.umbc.edu | ||
+ | ** linuxserver2.cs.umbc.edu | ||
+ | |||
==SSH Clients== | ==SSH Clients== | ||
Revision as of 12:38, 8 January 2007
Interactive Servers
CSEE provides interactive login machines for the following Operating Systems:
- Solaris 8
- sunserver1.cs.umbc.edu
- sunserver2.cs.umbc.edu
- sunserver3.cs.umbc.edu
- Linux (Redhat 9)
- linuxserver1.cs.umbc.edu
- linuxserver2.cs.umbc.edu
SSH Clients
- Macintosh
- 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/
- Linux
- On CSEE servers and workstations
/usr/bin/ssh - The portable source is availale from OpenSSH
Site: http://www.openssh.org
- On CSEE servers and workstations
- Windows
- Putty is the recommened SSH client
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html - OIT distributes Tera Term
http://www.umbc.edu/oit/software/pages/TermSSH.htm
- Putty is the recommened SSH client
- Solaris
- On CSEE servers and workstations
Solaris 8: /usr/site/bin/ssh
Earlier Solaris releases: /usr/local/bin/ssh - The portable source is availale from OpenSSH
Site: http://www.openssh.org
- On CSEE servers and workstations