Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
announce:spring-2019 [2019/06/03 10:21] Hans [New Openlab Instructional Nodes] |
announce:spring-2019 [2019/06/06 11:23] (current) Hans [Duo Maintenance Update] |
||
---|---|---|---|
Line 19: | Line 19: | ||
====Duo Maintenance Update==== | ====Duo Maintenance Update==== | ||
- | Changes will be made to duo process running on emp.ics.uci.edu. Beginning in early June, in order to accommodate Duo hardware tokens, users that are enrolled in Duo will be presented with the following menu when logging in: | + | Changes will be made to duo process running on emp.ics.uci.edu. |
+ | |||
+ | Users may force the old behavior, an autopush to their phone or tablet ap, by setting and exporting the following variable: | ||
+ | <code> | ||
+ | DUO_PASSCODE=push | ||
+ | </code> | ||
+ | Beginning in early June, in order to accommodate Duo hardware tokens, users that are enrolled in Duo will be presented with the following menu when logging in: | ||
<code> | <code> | ||
Duo two-factor login for ____ | Duo two-factor login for ____ | ||
Line 35: | Line 41: | ||
**Note about ssh-keys**: All users logging into emp.ics.uci.edu will receive this prompt regardless of whether or not they are using [[accounts:ssh_keys|ssh-keys]]. At this time we only expect to make this change on emp.ics.uci.edu and multi factor authentication prompts will not appear on other hosts for users using ssh-keys. | **Note about ssh-keys**: All users logging into emp.ics.uci.edu will receive this prompt regardless of whether or not they are using [[accounts:ssh_keys|ssh-keys]]. At this time we only expect to make this change on emp.ics.uci.edu and multi factor authentication prompts will not appear on other hosts for users using ssh-keys. | ||
+ | |||
+ | |||
+ | ==== SendEnv DUO_PASSCODE per Platform ==== | ||
+ | |||
+ | === Linux === | ||
+ | |||
+ | Add the following line in ///etc/ssh/ssh_config//: | ||
+ | <code> | ||
+ | SendEnv DUO_PASSCODE | ||
+ | </code> | ||
+ | |||
+ | Then, in your environment, set DUO_PASSCODE variable: | ||
+ | <code> | ||
+ | export DUO_PASSCODE=push | ||
+ | </code> | ||
+ | |||
+ | === Putty=== | ||
+ | |||
+ | Navigate to Connection->Data | ||
+ | |||
+ | {{:accounts:putty-duo_passcode.jpg?300|}} | ||
+ | |||
+ | |||
+ | |||
+ | |||
==== Retire faculty and students server ==== | ==== Retire faculty and students server ==== |