This release includes the new `cf-remote connect` command to open an SSH shell:
$ cf-remote connect -H hub
Opening a SSH command shell...
ubuntuip-172-31-34-237:~$
We've also made internal changes to reduce the number of SSH commands run sequentially, by transferring across a script (named `nt-discovery.sh`). In our testing, this improves the performance of `cf-remote info` by 10-20%, but this should vary based on how slow the machine and network is.
What's Changed
* Removed debian-9 from spawnable platforms by victormlg in https://github.com/cfengine/cf-remote/pull/113
* ENT-12155: Fixed traceback caused by unknown architecture by olehermanse in https://github.com/cfengine/cf-remote/pull/115
* Added connect command by victormlg in https://github.com/cfengine/cf-remote/pull/114
* Created nt-discovery.sh file by victormlg in https://github.com/cfengine/cf-remote/pull/112
* Made os-release/redhat-release optional by victormlg in https://github.com/cfengine/cf-remote/pull/116
* cf-remote connect: Handled errors from ssh by olehermanse in https://github.com/cfengine/cf-remote/pull/117
* cf-remote: Made nt-discovery parts quiet by default by olehermanse in https://github.com/cfengine/cf-remote/pull/118
* Removed unnecessary whoami command by olehermanse in https://github.com/cfengine/cf-remote/pull/119
**Full Changelog**: https://github.com/cfengine/cf-remote/compare/0.5.2...0.6.0