Table of Contents

Off-campus access to Cor@l network

Security

The Jumphost (ssh.lehigh.edu) is now protected by dual factor authentication ( Duo Two Factor Authentication ) when logging in directly. As an alternative passwordless ssh can be configured. Please review the Security section when setting up passwordless ssh access to Lehigh IT resources through the jumphost.

We are recommending that a password protected key be used when accessing ssh.lehigh.edu from off campus to protect the integrity of internal IT resources.

Please review the best practices from the website:

Best Security Practices

For more information please review this link.

SSH

SSH access to COR@L network is blocked for security reasons. In case you need to access it, there are two ways to access it:

  1. Connect to VPN and ssh to server you want (coral.ie.lehigh.edu, polyps.ie.lehigh.edu, etc..)
  2. Connect to ssh server of Lehigh
    ssh username@ssh.lehigh.edu

    with your Lehigh username and Lehigh password.
    Then ssh into COR@L:

    ssh username@coral.ie.lehigh.edu

    and enter your COR@L password.

SCP

For SCP (Remote file copy) access to your files, you may use a tunnel over ssh.lehigh.edu.

WinSCP