`aws-ssh` looks for a key to use for the SSH authentication, and fails when the key is not found. But what if a valid key is available in the SSH Agent? Instead of failing, a connection using the ssh agent keys should be attempted.
aws-sshlooks for a key to use for the SSH authentication, and fails when the key is not found.But what if a valid key is available in the SSH Agent? Instead of failing, a connection using the ssh agent keys should be attempted.