https://github.com/southernmethodistuniversity/smu_hpc_ssh
SMU HPC SSH Configuration
https://github.com/southernmethodistuniversity/smu_hpc_ssh
Last synced: 9 months ago
JSON representation
SMU HPC SSH Configuration
- Host: GitHub
- URL: https://github.com/southernmethodistuniversity/smu_hpc_ssh
- Owner: SouthernMethodistUniversity
- License: mit
- Created: 2024-02-23T20:46:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T15:13:50.000Z (about 2 years ago)
- Last Synced: 2025-01-13T14:24:22.043Z (over 1 year ago)
- Language: Shell
- Homepage: https://southernmethodistuniversity.github.io/hpc_docs/
- Size: 33.2 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMU HPC SSH Configuration
## Usage
This script will guide you through setting up your SSH configuration such that
you can access M3 and the NVIDIA SuperPOD (MP) without need of the SMU VPN nor
passwords. This is accomplished using SSH keys and SMU's HPC bastion hosts.
The script makes only single one-line edit to `~/.ssh/config` with all other
files contained in `~/.ssh/smu_hpc_ssh`.
Note that if something goes wrong during the setup process you can simply
restart this script to try again.
Let's begin by copying and pasting the command below into a terminal on your
own computer, i.e. not logged into M3 nor the NVIDIA SuperPOD (MP).
```
curl -fsSL https://raw.githubusercontent.com/SouthernMethodistUniversity/smu_hpc_ssh/main/setup.sh | sh
```