Skip to content

Commit 9ee40b0

Browse files
authored
Merge pull request #389 from SouthernMethodistUniversity/mfa-changes
Add language for MFA
2 parents 0c6cb75 + 8f69d0b commit 9ee40b0

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

docs/access.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
SMU HPC systems are directly accessible on campus via Ethernet, excluding
44
dorms, and PerunaNet. All other networks require using the SMU VPN.
55
Instructions for setting up and using the VPN can be found
6-
[here](https://www.smu.edu/OIT/Services/VPN).
6+
[here](https://www.smu.edu/OIT/Services/VPN). Multi-factor authentication
7+
is required to access HPC resources.
78

89
## HPC OnDemand Web Portal
910

11+
:::{important} Beginning **February 25, 2026**, SMU will be transitioning from Duo to Microsoft Authenticator as the primary multi-factor authentication (MFA). For more information, please visit the [Microsoft Authenticator](https://www.smu.edu/oit/services/microsoft-authenticator) page.
12+
:::
13+
1014
````{tab-set}
1115
```{tab-item} M3
1216
M3 can be accessed directly from a browser via the [HPC OnDemand Web Portal](https://hpc.m3.smu.edu/),
@@ -25,6 +29,10 @@ SSH clients available for different operating systems. The following instruction
2529
are for standard OpenSSH installations such as
2630
those found in Linux, macOS, and Windows (>=10) including WSL.
2731

32+
```{warning}
33+
[Duo](https://www.smu.edu/oit/services/duo) is still required to access HPC resources via SSH. If you are not enrolled, please enroll here: [https://www.smu.edu/oit/services/duo](https://www.smu.edu/oit/services/duo).
34+
```
35+
2836
````{tab-set}
2937
```{tab-item} M3
3038
1. Open a terminal (Terminal on macOS, PowerShell on Windows)

docs/accounts.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ connection to [PerunaNet](https://www.smu.edu/oit/services/wifi) or the [VPN](ht
113113

114114
### HPC OnDemand Web Portal
115115

116+
:::{important} Beginning **February 25, 2026**, SMU will be transitioning from Duo to Microsoft Authenticator as the primary multi-factor authentication (MFA). For more information, please visit the [MFA page](https://www.smu.edu/oit/services/microsoft-authenticator).
117+
:::
118+
116119
````{tab-set}
117120
```{tab-item} M3
118121
M3 can be accessed directly from a browser via the [HPC OnDemand Web Portal](https://hpc.m3.smu.edu/),
@@ -131,6 +134,10 @@ SSH clients available for different operating systems. The following instruction
131134
are for standard OpenSSH installations such as
132135
those found in Linux, macOS, and Windows (>=10) including WSL.
133136

137+
```{warning}
138+
[Duo](https://www.smu.edu/oit/services/duo) is still required to access HPC resources via SSH. If you are not enrolled, please enroll here: [https://www.smu.edu/oit/services/duo](https://www.smu.edu/oit/services/duo)
139+
```
140+
134141
````{tab-set}
135142
```{tab-item} M3
136143
1. Open a terminal (Terminal on macOS, PowerShell on Windows)

docs/quickstart.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ This guide walks you through accessing the SMU **M3 Cluster** and running your f
1010

1111
## Accessing the M3 Cluster via SSH
1212

13+
```{warning}
14+
[Duo](https://www.smu.edu/oit/services/duo) is still required to access HPC resources via SSH. If you are not enrolled, please enroll here: [https://www.smu.edu/oit/services/duo](https://www.smu.edu/oit/services/duo).
15+
```
16+
1317
> Remember to replace example terms (like `username` and `slurm_account_name`) with your own credentials.
1418
1519
### 1. Open a Terminal

0 commit comments

Comments
 (0)