Password handling through remote SSH session

2024-01-16 Thread Gabe Alford
Hello, I have a QT application that logs into a remote machine through SSH. I plan on using polkit in some way for privileged access to admin commands that are not services. I want to be able to handle both password-less and password authentication in polkit. What's the best way of handling a pass

Re: Password handling through remote SSH session

2019-08-21 Thread Gabe Alford
On Wed, Aug 14, 2019 at 12:49 PM Simon McVittie wrote: > On Wed, 14 Aug 2019 at 12:05:41 -0600, Gabe Alford wrote: > > I have a QT application that logs into a remote machine through SSH. I > plan on > > using polkit in some way for privileged access to admin commands that > are not > > services.

Re: Password handling through remote SSH session

2019-08-14 Thread Simon McVittie
On Wed, 14 Aug 2019 at 12:05:41 -0600, Gabe Alford wrote: > I have a QT application that logs into a remote machine through SSH. I plan on > using polkit in some way for privileged access to admin commands that are not > services. I want to be able to handle both password-less and password > authen

Password handling through remote SSH session

2019-08-14 Thread Gabe Alford
Hello, I have a QT application that logs into a remote machine through SSH. I plan on using polkit in some way for privileged access to admin commands that are not services. I want to be able to handle both password-less and password authentication in polkit. What's the best way of handling a pass