You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Se nos muestra este mensaje de advertencia porque hay que cambiar los permisos del Par de Claves:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0777 for'EC2Tutorial.pem' are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
Load key "EC2Tutorial.pem": bad permissions
ec2-user@33.44.333.777: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
__| __|_ )
_| ( / Amazon Linux 2 AMI
___|\___|___|
https://aws.amazon.com/amazon-linux-2/
[ec2-user@ip-111-22-33-444 ~]$
Probamos haciendo ping a google.com:
[ec2-user@ip-111-22-33-444 ~]$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=109 time=0.703 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=109 time=0.731 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=109 time=0.721 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=109 time=0.691 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=109 time=0.721 ms
64 bytes from 8.8.8.8: icmp_seq=6 ttl=109 time=0.733 ms