Checks
LazySSH Version
0.3.0
Operating System
Linux
Description
Hi,
I have some hosts configured like this:
Host "TEST-Testing"
HostName 172.16.1.1
User my-user
Port 22
IdentityFile ~/.ssh/my_file.pem
ServerAliveInterval 30
When trying to connect with Enter a screen flashes briefly where I can bvarely read "Hostname contains invalid characters". If I copy the command with 'c' and paste into another terminal, the connection works successfully.
Thanks