quantumsheep / sshs

Terminal user interface for SSH
MIT License
612 stars 17 forks source link

StrictHostKeyChecking #59

Closed itcontrolcz closed 4 months ago

itcontrolcz commented 7 months ago

The application is bothered by this entry in the config that I need to use. Is there anything I can do about it?

2023/12/06 11:36:26 /Users/xxx/.ssh/config:0: config variable before Host variable

StrictHostKeyChecking=no

quantumsheep commented 4 months ago

Hey! That should not be a problem anymore in 4.0.0

itcontrolcz commented 4 months ago

Thank you, it looks better. But it now has a problem with the commented text in the config file. It stops at it and doesn't read other servers.

emnnipal commented 4 months ago

Thank you, it looks better. But it now has a problem with the commented text in the config file. It stops at it and doesn't read other servers.

I'm also experiencing this as well.

quantumsheep commented 4 months ago

Woops - It really needs some tests. Should be fixed in 4.0.1!

emnnipal commented 4 months ago

@quantumsheep confirmed that the issue is fixed. Thank you for resolving it!