-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add single-command mechanism #127
Comments
Maybe we could implement a command called something like Should I open a Pull Request working on the following suggestions? |
Implementing a fully interactive ssh session correctly is a lot more work than it sounds and I suspect would involve a lot of maintenance over time. If a user needs a fully interactive ssh session then why wouldn't they just use an SSH client? Generally, users shouldn't need to SSH into the robot directly when using RobotPy, and when they need that then it's a good opportunity for them to learn how to do that. The thought that I had with this issue is that very often we'll tell users "run such a command on the rio to fix something or tell us something about the rio", and in those limited situations it's really inconvenient to tell a user how to setup an SSH client. Implementing something that can execute a single command is extremely simple and would make those sorts of user/support interactions much easier to manage. If you want to implement the single command thing, happy to review it. |
Windows ships with the OpenSSH client, so nobody needs PuTTY to SSH anyway. |
Should add something to allow users to execute a single arbitrary command, so that when we need them to do something manual we can just give them a command instead of "figure out how to ssh to your machine and do this".
The text was updated successfully, but these errors were encountered: