abenz1267 / walker

Application launcher similar to Rofi etc. . Wayland native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panic if ssh known_hosts file does not exist

tepri-gh opened this issue · comments

Walker currently panics with the following error if the ssh known_hosts file does not exist:

panic: open /home/tepri/.ssh/known_hosts: no such file or directory [recovered] panic: closure error: unexpected panic caught: open /home/tepri/.ssh/known_hosts: no such file or directory

I store my file in a different location (~/.config/ssh/known_hosts), some users may not use ssh at all.

fixed by e5b5806.