trntv / sshed

sshed - ssh config editor and bookmarks manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

host ip does not work

fredericrous opened this issue · comments

environment
sshed version: 1.0.3
platform: macos high sierra

.ssh/config

Host test # -- added by sshed
 HostName 10.11.111.11
 Port 22
 User myuser
 IdentityFile ~/.ssh/mykey

error

$ sshed to test
'ad port '22
 Error: exit status 255

i believe it is same issue as #5, im using a lot of IPs in my config and it works ok
do you use compiled binary or brew formula?

oops, wrong copy paste. I just updated. Yes I installed with brew formula. I'm behind a proxy but this should have no relationship with this error