Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added info about linux. Updated info about mfa. Added links to wikipedia about ssh, scp and sftp (for people who might not be familiar with what they mean.)

Lehigh's network includes a secure shell gateway server, ssh.lehigh.edu, which can be accessed using Lehigh user credentials.  SSH is a command-line communications protocol allowing people to open a terminal window on a remote system.  This useful for system administration, research computing and for transferring finished HTML files to our campus web server using SCP or  or SFTP.  Some (mostly free) applications that support this are:

  • Windows GUI: MobaXterm

  • Windows GUI: BitVise
  • Windows GUI: SmarTTY

  • Windows CMD: putty
  • Windows CMD: ssh (this is builtin to Windows 10)
  • MacOS CMD:  ssh (this is builtin on Mac computers)
  • MacOS GUI:  Fetch 
  • MacOS GUI:  Cyberduck
  • Linux CMD:  ssh ( openssh-client and openssh-server packages on debian and similar packages on redhat/centos )
  • Multiplatform:  Filezilla

Connect to ssh.lehigh.edu using your username and password.   If your account is enabled with Duo multi-factor login, you will be prompted after entering the username/password for the second factor when connecting from off-campus.  

...