cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
706
Views
0
Helpful
1
Replies

SSH temporarily remind device

steffjenl
Level 1
Level 1

We use DUO in collaboration with SSH. We would like the jumphost to remind the client temporarily (1 hour) and not send a push notification every time.

Is this possible?

1 Reply 1

Amy2
Level 5
Level 5

Hi there! I understand you would like to use the Remembered Devices feature with Duo for SSH. This is possible, however, it would essentially require you to write your own PAM module that would call the Duo Auth API Preauth and Auth endpoints. Specifically, you would need to write code that calls our /Auth endpoint to authenticate initially and then saves the trusted_device_token. Then on every subsequent API call, you would need to call the /preauth endpoint, passing along the trusted_device_token as a parameter.

Our client libraries contain some sample code on how to call our APIs and the Duo Support team can answer any questions you may have. Please note though, we are unfortunately unable to help write or troubleshoot custom code. The community may be able to help you out with that though! Try posting in the API category

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links