We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
skip the ssh stuff and just run scripts locally so it can easily be run on a client
The text was updated successfully, but these errors were encountered:
Workaround for now is just to ssh-copy-id localhost and ./wekachecker.py localhost.
ssh-copy-id localhost
./wekachecker.py localhost
Sorry, something went wrong.
Clients would also benefit from some additional checks, such as:
Need to think if we want a separate tool, or if there is some way to detect that it's a client it's running on
No branches or pull requests
skip the ssh stuff and just run scripts locally so it can easily be run on a client
The text was updated successfully, but these errors were encountered: