-
Notifications
You must be signed in to change notification settings - Fork 9
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
ssh wrapper for PROBE #19
Conversation
It may be easier to test this with an OpenSSH docker image. But then you have to do at least two steps: one to upload the keys and one to test. Read their README carefully. It's up to you. Please document whatever route you choose. |
This implementation looks reasonable; let me know when you can run tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you commit the script you were using to test this in Docker to tests
?
For the Docker, you would need to generate the rsa key pair in order for the ssh wrapper to work |
The script was tested using openssh docker image.
You can run the script by:
env__PROBE_LIB=libprobe/build python -m probe_py.manual.cli ssh -- [ssh_args] <remote@host> [remote_cmd]