Closed ankanm closed 9 years ago
Added the ability to optionally provide ssh arguments as well as a different ssh program. Examples:
mesos ssh -s "ssh -l login_name" taskname
mesos ssh -s "/some/other/ssh -l login_name" taskname
mesos ssh taskname
This is to fix - #54. Some prior discussions are here.
Hi @ankanm, will review this shortly. Note that we're in the process of porting this codebase over to the DCOS CLI (which will be open sourced soon), so hold off further PRs :)
Added the ability to optionally provide ssh arguments as well as a different ssh program. Examples:
mesos ssh -s "ssh -l login_name" taskname
mesos ssh -s "/some/other/ssh -l login_name" taskname
mesos ssh taskname
(as is)This is to fix - #54. Some prior discussions are here.