MCPcopy Create free account
hub / github.com/aws/aws-cli / get_private_pem

Method get_private_pem

awscli/customizations/ec2instanceconnect/ssh.py:468–469  ·  view source on GitHub ↗
(self, private_key)

Source from the content-addressed store, hash-verified

466 ).encode()
467
468 def get_private_pem(self, private_key):
469 return self._get_private_pem(private_key=private_key)
470
471 def upload_public_key(
472 self, ec2_instance_connect_client, instance_id, os_user, public_key

Callers 1

Calls 1

_get_private_pemMethod · 0.95

Tested by

no test coverage detected