Merge branch 'env_ssh' into 'newinfra'

Use /usr/bin/env to ssh

See merge request nounous/ansible!101
certbot_on_virtu
erdnaxe 2020-11-28 15:52:06 +01:00
commit c4e0173c35
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
[cranspasswords]
#: Commande exécutée sur le client pour appeler le script sur le serveur distant.
server_cmd=/usr/bin/ssh odlyd.crans.org sudo -n /usr/local/bin/cranspasswords-server
server_cmd=/usr/bin/env ssh odlyd.crans.org sudo -n /usr/local/bin/cranspasswords-server