Browse Source

Allowed SSH agent forwarding when using sudo

Tomas Bedrich 7 years ago
parent
commit
3efc7ae54e
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      roles/common/templates/sudoers.j2

+ 3
- 0
roles/common/templates/sudoers.j2 View File

@@ -1 +1,4 @@
1 1
 {{ main_user_name }} ALL=(ALL) NOPASSWD: ALL
2
+
3
+# Allow SSH agent forwarding when using sudo
4
+Defaults    env_keep+=SSH_AUTH_SOCK

Loading…
Cancel
Save