Category: SSH
-
AWS KMS Key Rotation: Best Practice to Enchance Security
As a DevOps engineer, ensuring data security is one of my top priorities. AWS Key Management Service (KMS) is what I use in protecting sensitive data through encryption. We must know that encryption security is only as strong as its key management strategy. So, lets understand KMS key rotation which is a best practice that […]
-
Quick Connect Remote (EC2 instance) and Host (User PC) through SSH command in Linux
How quickly can you connect your Remote Server from your host computer? In this blog, we are going to connect AWS EC2 instance from our personal laptop using the SSH and keygen command. This quick tip helps to instantly fire linux commands and start EC2 instance within seconds. Settings in remote server First ensure we […]