Change the ssh key from aws

SSH key change is very easy. you just need to change the authorized_keys from the live server. SSH key generate at first, you would have to create a key on your local computer using GitBush. Remember it is not your live server. it would be creating our own computer that you use. after creating the […]

Read More

AWS public lost solution and enable password log in system in linux

SSH server in most systems is by default configured to allow public-key authentication. The method will enable you to use your public and private key pair to passwordless log in to an SSH server instead of the typical username and password method. How to connect aws without public key or Password? The AWS Systems Manager console includes access to all […]

Read More