You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just had an issue that I was unable to execute neither wsl-ssh-pageant or wsl-ssh-pageant-gui. Both just exited immediately, without any error message or log file produced. It was quite hard to debug and it took me some time to notice that the SSH_AUTH_SOCK file already existed. Probably some leftover from a previous run. I just deleted the file and it was working again.
It would be good to display some error message in such case to make user's life easier.
The text was updated successfully, but these errors were encountered:
So considering the combination of the fact that it looks like the socket file (SHH_AUTH_SOCK) is being left in place when the application shutdowns and the fact that it doesn't start when the socket already exists, it's not convenient to delete the socket file manually before every start.
Fortunately, there's an option --force which instructs the application to overwrite the socket file while starting as described in #34.
But still, it would be a good UX to inform the user why the application exited in case --force is not used. Ideally both on the console and in case of wsl-ssh-pageant-gui also using a GUI dialog.
I just had an issue that I was unable to execute neither
wsl-ssh-pageant
orwsl-ssh-pageant-gui
. Both just exited immediately, without any error message or log file produced. It was quite hard to debug and it took me some time to notice that theSSH_AUTH_SOCK
file already existed. Probably some leftover from a previous run. I just deleted the file and it was working again.It would be good to display some error message in such case to make user's life easier.
The text was updated successfully, but these errors were encountered: