-
Notifications
You must be signed in to change notification settings - Fork 120
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
tart ssh #304
Comments
Note that some of the rationale would be to allow programs like Vagrant to log in easily. For Vagrant's preconfigured boxes, they are usually configured with a default admin user like |
Does |
That's a promising start. For vagrant at least we'll want to be sure we can put a This is probably going to be the easiest route to running provisioners in Vagrant beyond the scripts to build an images/boxes that get packaged |
Since Tart itself is not storing information about user/password configured inside the VM, we can't do |
A command to open an SSH session with a named Tart VM, with optional authentication parameters
e.g.
This is assuming the guest VM is already configured for SSH access, which may require user intervention.
It would also be useful to pass a command as an argument that then runs and exits, perhaps passing back a return code, e.g.
tart ssh ubuntu --command "echo 'hello world'"
The text was updated successfully, but these errors were encountered: