amazon web services - How to config the aws console for accessing the all instance -
i have .pem file access amazon ec2 instance running ubuntu , have 7 instances. want create new user , access instance in aws console. how can configure aws console accessing instance single user?
you need install ssh public key .pem
file in other 6 instances authorized_keys
file (typically ~/.ssh/authorized_keys
). that, need able log them, of course.
Comments
Post a Comment