deanishe / alfred-ssh

Open SSH/SFTP/mosh connections from Alfred 3+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to open ssh connection if username has dot in name

heino-vdbh opened this issue · comments

Hi,

I am unable to connect to servers with "ssh user.name@1.1.1.1"
Without the dot in the username it works.

I use workflow v0.8.0 and iTerm 3.1.6
With MacOS Terminal it works

Best regards
Heino

By all appearances, it's an iTerm bug.

This works:

open -a Terminal ssh://dave.smith@example.com

This doesn't:

open -a iTerm ssh://dave.smith@example.com

As a workaround, you can set SSH_CMD to ssh in the workflow's settings. That will cause the workflow to generate an ssh shell command instead of an ssh:// URL.

I've opened an issue on the iTerm bugtracker.