diff --git a/images/php-cli/ssh_config b/images/php-cli/ssh_config index 092799462..6a0977ce6 100644 --- a/images/php-cli/ssh_config +++ b/images/php-cli/ssh_config @@ -1,7 +1,9 @@ Host * StrictHostKeyChecking no UserKnownHostsFile /dev/null - IdentityFile /home/.ssh/lagoon_cli.key IdentityFile /home/.ssh/key ServerAliveInterval 60 ServerAliveCountMax 1440 + +Match localuser root + IdentityFile /home/.ssh/lagoon_cli.key