mesosphere-backup / mesos-cli

This project has been deprecated. Please use the DC/OS CLI.
https://github.com/mesosphere/dcos-cli
Apache License 2.0
116 stars 30 forks source link

Added ssh -i option for specifying the private key #52

Closed pradeepchhetri closed 9 years ago

pradeepchhetri commented 9 years ago

Added ssh -l option also to login as different user

jsancio commented 9 years ago

Did we investigate solving this problem by having a generic --ssh flag? The two different flags implemented here would translate to --ssh='~/bin/ssh -i ./identity -l user'

pradeepchhetri commented 9 years ago

@jsancio completely makes sense. I should better do that. thank you for the suggestion.