Difference between revisions of "SSH/SCP/SFTP"
From CSEE Documentation
Line 1: | Line 1: | ||
==Interactive Servers== | ==Interactive Servers== | ||
− | CSEE provides interactive login machines | + | CSEE provides interactive login machines to the following Operating System: |
− | * | + | * Fedora Linux |
− | |||
− | |||
− | |||
** linuxserver1.cs.umbc.edu | ** linuxserver1.cs.umbc.edu | ||
** linuxserver2.cs.umbc.edu | ** linuxserver2.cs.umbc.edu |
Revision as of 15:50, 5 July 2018
Interactive Servers
CSEE provides interactive login machines to the following Operating System:
- Fedora Linux
- 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 and Solaris
- 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
- Putty is the recommened SSH client