Hello,
It would be very helpful to have an operator that allows you to execute the SSH command on another virtual machine without the need to manage RSA keys and without the need to configure IP addresses.
- The server should be specified by instance name and zone.
- The key should be provided using the following methods (user selection):
- We should support tunnel the ssh connection through the Cloud Identity-Aware Proxy. Thanks to this, we will be able access to VM instances that do not have public IP addresses or do not permit direct access over the internet.
- We should support Connect to instances using their internal IP addresses rather than their external IP addresses. Thanks to this, we will be able to connect from one instance to another on the same VPC network, over a VPN connection, or between two peered VPC networks.
In brief. This should work similarly to the gcloud compute ssh command.