commit | f15b0ea6b5a35edfec285aa7e734ff34739c4898 | [log] [tgz] |
---|---|---|
author | Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> | Mon Sep 23 22:30:10 2019 +0530 |
committer | Brad Bishop <radsquirrel@gmail.com> | Tue Sep 24 23:59:06 2019 +0000 |
tree | 61cc1080e4ec463bd9d23032f49b2423e23ac88a | |
parent | a04a0a57b5dd3b0d5f7d3c6b7058ff2ccfafeb92 [diff] |
ssh: Allow ssh authentication only for admin priv Restrict SSH authentication only for priv-admin users instead of all privileged users, for security reasons. This avoids low level privilege user in establishing a SSH connection Tested: 1. Verified ssh works fine for any priv-admin user 2. Blocked for all other non-admin users. Change-Id: Ic6df8de949751199a1b43fef80c6046ba972c343 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>