Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Gabotronix's avatar

Envoy and connecting via ssh with username with capitals

Hi everybody, I recently installed laravel envoy task runner, when I try to run a task with command envoy run deploy I get the following error:

GabotronES@gabriel-ubuntu-1:/var/www/dtcburger.es$ envoy run deploy
Are you sure you want to run the [echo] task? [y/N]: y
[GabotronES:206.189.X.XX]: ssh: Could not resolve hostname gabotrones:206.189.X.XX: Name or service not known
[✗] This task did not complete successfully on one of your servers.

It says it can't resolve hostname gabotrones but my ubuntu user is GabotronES, in my Envoy.blade.php I have also user GabotronES in @servers directive, is this because envoy doesn't allow username with capitals to connect via ssh?


@servers(['web' => 'GabotronES:206.189.X.XX'])

*censored my IP just in case

0 likes
0 replies

Please or to participate in this conversation.