quantumsheep / sshs

Terminal user interface for SSH
MIT License
910 stars 27 forks source link

Display hosts using ProxyCommand instead of just HostName #4

Closed leeiitb closed 2 years ago

leeiitb commented 2 years ago

Server configs using ProxyCommand are not shown in the list. Only those with HostName are shown. Please add support for ProxyCommand.

thanks

quantumsheep commented 2 years ago

I didn't know you could use ProxyCommand without an hostname. Thanks!

quantumsheep commented 2 years ago

Should be fixed in 1.5.0.

leeiitb commented 2 years ago

Working. Thanks.