SSH/SCP/SFTP: Difference between revisions

From CSEE Documentation
No edit summary
 
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Username==
The username for logins was provided in the email that was sent with the notification that he account was set up.  The username can also be gotten by searching for yourself at https://www2.umbc.edu/search/directory/advanced/ and looking at the results.  The string of characters result beneath the campus ID result is the username.
==Interactive Servers==
==Interactive Servers==


CSEE provides interactive login machines for the following Operating Systems:
CSEE provides interactive login machines:


* Sun Sparc Solaris
* Redhat Enterprise Linux 8
** sunserver1.cs.umbc.edu
** sunserver2.cs.umbc.edu
** sunserver3.cs.umbc.edu
* Red Hat Linux
** 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 22:
* Macintosh
* Macintosh
** 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/ 
* 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
** OIT distributes Tera Term<br/>http://www.umbc.edu/oit/software/pages/TermSSH.htm
** Windows 10 has command line OpenSSH (ssh command) if Windows Subsystem for Linux (WSL) is installed
* Solaris
** 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

Latest revision as of 16:52, 28 March 2025

Username

The username for logins was provided in the email that was sent with the notification that he account was set up. The username can also be gotten by searching for yourself at https://www2.umbc.edu/search/directory/advanced/ and looking at the results. The string of characters result beneath the campus ID result is the username.

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