Re: Running bash script on user login

2019-05-20 Thread Nick Couchman
On Mon, May 20, 2019 at 7:51 AM purplebadger wrote: > does anyone have a simple mechanism or advice how to run a bash script > when a > user logs into Guac? > > We are running Duo authentication, the idea is to start a specific AWS > instance when a specific user logs into Guac - ideally the

Re: Running bash script on user login

2019-05-20 Thread ivanmarcus
I'm not sure if it would cover your scenario exactly but I have a small python script that tails the catalina.out log file in order to send a magic packet to a specific machine when a specific user logs in. To me it was a simple way to achieve what I needed, and it's been working reliably for

Running bash script on user login

2019-05-20 Thread purplebadger
does anyone have a simple mechanism or advice how to run a bash script when a user logs into Guac? We are running Duo authentication, the idea is to start a specific AWS instance when a specific user logs into Guac - ideally the script would run after the first part of the login process (ie