-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the right way to start okc-ssh-agent #2
Comments
It should be something like:
|
Readme should be updated. |
It is expected that okc-ssh-agent will fail if the socket file already exists even if there's no process listening on it. It is consistent with the POSIX
I plan to implement these missing features so that file name conflict will not happen normally. |
Not sure if this is required, though possible the same behavior will be more obvious. Anyway something should start it. For example on my desktop it's done with scripts in |
IMO, it's the user's job to write the startup script. Though I do agree that it is a good idea to put an example script in readme. |
Yep, exactly, I opened this issue to help users write their scripts! |
Done. |
I have
at the end of my zshrc.
I don't see into why, but sometimes I need to
rm $SSH_AUTH_SOCK
and restart termux.The text was updated successfully, but these errors were encountered: