Difference between revisions of "SSH/SCP/SFTP"
From CSEE Documentation
(added interactive servers) |
|||
(18 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
==Interactive Servers== | ==Interactive Servers== | ||
− | CSEE provides interactive login machines | + | CSEE provides interactive login machines: |
− | * | + | * Redhat Enterprise Linux 8 |
− | |||
− | |||
− | |||
− | |||
** linuxserver1.cs.umbc.edu | ** linuxserver1.cs.umbc.edu | ||
− | ** linuxserver2.cs.umbc.edu | + | ** linuxserver2.cs.umbc.edu |
+ | ** linuxserver3.cs.umbc.edu | ||
+ | |||
+ | ==Computative Servers== | ||
+ | |||
+ | CSEE provides shell access logins for systems to run more math/computative processes, available for classes or research: | ||
+ | |||
+ | * Redhat Enterprise Linux 8 | ||
+ | ** virgo1.cs.umbc.edu | ||
==SSH Clients== | ==SSH Clients== | ||
Line 15: | Line 19: | ||
* Macintosh | * Macintosh | ||
** Mac OS X has ssh available at the command line. | ** Mac OS X has ssh available at the command line. | ||
− | + | * Linux and UNIX | |
− | * Linux | ||
** 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 | ||
− | ** | + | ** Windows 10 has command line OpenSSH (ssh command) if Windows Subsystem for Linux (WSL) is installed |
− | |||
− | |||
− |
Latest revision as of 15:04, 11 March 2024
Interactive Servers
CSEE provides interactive login machines:
- Redhat Enterprise Linux 8
- linuxserver1.cs.umbc.edu
- linuxserver2.cs.umbc.edu
- linuxserver3.cs.umbc.edu
Computative Servers
CSEE provides shell access logins for systems to run more math/computative processes, available for classes or research:
- Redhat Enterprise Linux 8
- virgo1.cs.umbc.edu
SSH Clients
- Macintosh
- Mac OS X has ssh available at the command line.
- Linux and UNIX
- 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 - Windows 10 has command line OpenSSH (ssh command) if Windows Subsystem for Linux (WSL) is installed
- Putty is the recommened SSH client