SSH key pair list is not showing output
Describe the bug
When running an Island and SSH exploiter in Internal --> Exploits, SSH key pair list is showing [object Object].
To Reproduce
Steps to reproduce the behavior:
- Configure Monkey with just SSH exploiter
- Run the monkey on Linux Machine
- Observe SSH key pair list in Internal --> Exploits
Expected behavior
It should be showing a string of SSH key pair list.
Screenshots

Machine version (please complete the following information):
- OS: Linux
The bug is coming from process_ssh_info in monkey_island\cc\services\telemetry\processing\system_info.py in which we are adding to the config an object consisted of public_key, private_key, username and ip which is then rendered as [object Object] in InternalConfig.js. Thanks to @shreyamalviya .
In the documentation we explain that the ssh key will not be shown.

Fixed by 41feb24cd6dc0036226da47855228d49884f1731