瀏覽代碼

Merge pull request #588 from tomasbedrich/sudo-ssh-agent-forwarding

Allow SSH agent forwarding when using sudo.  This allows one to use SSH agent forwarding from a local machine when logged in as a root on the Sovereign server.  This is useful, for example, for cloning a Github repository to /var/www (owned by root) without the need to store private SSH keys on the Sovereign server.
Mike Ashley 7 年之前
父節點
當前提交
c8a1f00be1
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      roles/common/templates/sudoers.j2

+ 3
- 0
roles/common/templates/sudoers.j2 查看文件

@@ -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…
取消
儲存