Explorar el Código

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 hace 7 años
padre
commit
c8a1f00be1
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      roles/common/templates/sudoers.j2

+ 3
- 0
roles/common/templates/sudoers.j2 Ver fichero

@@ -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…
Cancelar
Guardar